mirror of
https://codeberg.org/Nixietab/EOSSDK-Holos.git
synced 2026-08-21 20:23:28 -04:00
Added keydumper and simple docs
This commit is contained in:
parent
441c2d0804
commit
2cf9a9756a
21 changed files with 4139 additions and 0 deletions
6
keyDumper/src/build.sh
Executable file
6
keyDumper/src/build.sh
Executable file
|
|
@ -0,0 +1,6 @@
|
|||
# Build main.c with minhook hooking library
|
||||
x86_64-w64-mingw32-gcc -static-libgcc -fPIC -shared -O2 \
|
||||
-I include -I src \
|
||||
main.c src/hook.c src/buffer.c src/trampoline.c src/hde/hde64.c src/hde/hde32.c \
|
||||
proxy_fwd.def \
|
||||
-o EOSSDK-Win64-Shipping.dll
|
||||
Loading…
Add table
Add a link
Reference in a new issue