v2024.07.09
FunkyFr3sh
released this
09 Jul 03:59
·
104 commits
to master
since this release
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
DETOUR
macro (patch.h) - Added new
TRAMPOLINE
macro (setsym.h) - Improved support for the watcom register calling convention
__watcall
:
CALL
macro does now support__watcall
to__cdecl
translationCALL_NOP
macro does now support__watcall
to__cdecl
translation- New
DETOUR
macro with support for__watcall
to__cdecl
translation - New
TRAMPOLINE
macro with support for__cdecl
to__watcall
translation SETCGLOB
macro does now support__cdecl
to__watcall
translation