Added keydumper and simple docs

This commit is contained in:
Nixietab 2026-07-04 07:06:51 -03:00
parent 441c2d0804
commit 2cf9a9756a
21 changed files with 4139 additions and 0 deletions

6
keyDumper/src/build.sh Executable file
View 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