Instructions
- Drag and drop an .exe/.dll on top of petool to create a new patching project
- (.exe only) Check readme.md in the project folder for build instructions
Example project for extending a executable with genprj
: https://github.com/andrews05/EV-Nova-CE
Example projects for proxy dlls made with genproxy
: https://github.com/FunkyFr3sh/cnc-ddraw/releases/latest/download/proxy-dlls.zip
Changelog
- Improved
genpatch
command - does now print more details about unknown bytes - Fixed a crash in the generated proxy dll project in MSVC builds (
genproxy
) - Removed C++ code in
genproxy
projects to reduce the chances for AV false positives - Proxy dlls do now require at least Windows Vista (
genproxy
) - Exports are now working in
genprj
projects - A few other minor improvements