v2024.04.07
FunkyFr3sh
released this
07 Apr 06:48
·
183 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
- Does have full C++ support now without any manual tweaks
- Several bug fixes and improvements that allow petool to work with more applications
- Added new macros for C/C++ (See Readme):
SETINST
,SETBYTES
,HOOK
,CLEAR_NOP
,CLEAR_INT
- Added new macros for GNU AS:
@SET
,@CLEAR
,@SJMP
.@LJMP
,@CALL
,@CALL_NOP
,@HOOK
,@CLEAR_INT
,@CLEAR_NOP
- Removed the NASM dependency (sym.asm is now sym.c)