You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,3 +4,4 @@ This repository was created for the purposes of [a question on reverseengineerin
4
4
## Compilation
5
5
*`loader.exe` is compiled from `loader.c`
6
6
*`my_dll.dll` is compiled from `dllmain.c, hooks.c`
7
+
*`prog_cpp.exe` is compiled from `main.cpp`, yet compiling this manually would require to change `PE_BASE` in `defs.h` and `FUNC_ADDR` in `hooks.h`, so a precompiled binary is provided.
0 commit comments