Instructions
- Drag and drop an .exe/.dll on top of petool to create a new patching project
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
genpatchcommand - 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
genproxyprojects to reduce the chances for AV false positives - Proxy dlls do now require at least Windows Vista (
genproxy) - Exports are now working in
genprjprojects - A few other minor improvements