+* `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