Posted: Fri Jun 12, 2026 1:56 am Post subject: AA Hook 7.7
The initial hook template initialization does not have important `dealloc(originalcode)` after disable section
Therefore it causes a leak for a page where both `newmem` and `originalcode` exist without being freed
The images show before and after script disable without `dealloc(originalcode)`
While it does not mess with the instructions in the target, it is still important to look out for the leaks
Joined: 09 May 2003 Posts: 25949 Location: The netherlands
Posted: Fri Jun 12, 2026 2:11 am Post subject:
change it to dealloc(*) for now (always works) i'll see about fixing the unhook function (as that's the one that was supposed to add dealloc(originalcode) ) _________________
Tools give you results. Knowledge gives you control.
Like my help? Join me on Patreon so i can keep helping
it is an issue in template itself, it hooks fine but the template for code injection does not use deallocation for `originalcode`, that's all, but yeah, adding dealloc(*) would solve the issue
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum You cannot attach files in this forum You can download files in this forum