little change and changelog updated

This commit is contained in:
D3Ext
2023-09-17 19:38:30 +02:00
parent 43271a9ade
commit 0544349536
2 changed files with 12 additions and 1 deletions
+12
View File
@@ -1,3 +1,15 @@
- Merge pull request #3 from D3Ext/dependabot/go_modules/golang.org/x/sys-0.12.0
- Bump golang.org/x/sys from 0.8.0 to 0.12.0
- Merge pull request #4 from D3Ext/dependabot/go_modules/github.com/google/uuid-1.3.1
- Bump github.com/google/uuid from 1.3.0 to 1.3.1
- Merge pull request #2 from D3Ext/dependabot/go_modules/github.com/D3Ext/maldev-0.1.4
- Merge branch 'main' of https://github.com/D3Ext/Hooka
- ACG supported, examples added, Makefile, README update and typos fixed
- Bump github.com/D3Ext/maldev from 0.1.3 to 0.1.4
- Create dependabot.yml
- weird package error, undefines RtlCreateUserThread
- little fix
- new features, shellcode injection techniques, fixes and much more
- little change
- UAC bypass, anti-sandbox functions, general improvements and more
- new TODOs
-1
View File
@@ -4,7 +4,6 @@ all:
mkdir build/
export CGO_ENABLED=0
GOARCH=amd64 GOOS=windows $(CC) build -o build/hooka-amd64-windows.exe main.go
GOARCH=386 GOOS=windows $(CC) build -o build/hooka-i386-windows.exe main.go
clean:
rm -rf build/