StarrFox / wizwalker

Wizard101 scripting api
https://starrfox.github.io/wizwalker
GNU General Public License v3.0
37 stars 30 forks source link

consider switching hooking system to use frida #11

Closed StarrFox closed 3 years ago

StarrFox commented 3 years ago

https://github.com/frida/frida allows for faster and more controllable function hooks.

seem to be some issues with some functions? player/entity hook crashed when hooked

should also leave in old hooking system in case it is needed for functions that are called many times

StarrFox commented 3 years ago

may be an issue with memory protections?