Skip to content

v2024.07.09

Compare
Choose a tag to compare
@FunkyFr3sh FunkyFr3sh released this 09 Jul 03:59
· 104 commits to master since this release

Instructions

  1. Drag and drop an .exe on top of petool to create a new patching project
  2. 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 :
  1. CALL macro does now support __watcall to __cdecl translation
  2. CALL_NOP macro does now support __watcall to __cdecl translation
  3. New DETOUR macro with support for __watcall to __cdecl translation
  4. New TRAMPOLINE macro with support for __cdecl to __watcall translation
  5. SETCGLOB macro does now support __cdecl to __watcall translation