v2024.10.23
Instructions
- Drag and drop an .exe on top of petool to create a new patching project
- Check readme.md in the project folder for more details
Here's a newly made project that's using petool (Just to show an example): https://github.com/andrews05/EV-Nova-CE
Changelog
- Added new macros: SETFLOAT, SETDOUBLE
- Removed old macros: LJMP_NOP, LJMP_INT
- New genpatch command - compares 2 executables and generates patch macros (Supports drag and drop)
- Added a workaround for a bug in binutils that could cause some data loss on strip
- A few minor bug fixes and improvements