Skip to content

Commit d51793a

Browse files
authored
Update README.md
1 parent 1870d03 commit d51793a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@ This repository was created for the purposes of [a question on reverseengineerin
44
## Compilation
55
* `loader.exe` is compiled from `loader.c`
66
* `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.
7+
* `prog_cpp.exe` is compiled from `main.cpp`, yet compiling this manually would require to change [`PE_BASE`](https://github.com/daedsidog/ida-pseudocode-recompilation-win32/blob/1870d0336ad4305bddae9969da769192703d562b/src/defs.h#L1) in `defs.h` and [`FUNC_ADDR`](https://github.com/daedsidog/ida-pseudocode-recompilation-win32/blob/1870d0336ad4305bddae9969da769192703d562b/src/hooks.h#L1) in `hooks.h`, so a precompiled binary is provided. The files were precompiled using `mingw32-gcc` for the C files and `mingw32-g++` for CPP.

0 commit comments

Comments
 (0)