Stay up to date on releases
Create your free account today to subscribe to this repository for notifications about new releases, and build software alongside 36 million developers on GitHub.
Sign up for free See pricing for teams and enterprises
Pre-release
yifanlu
released this
- Implemented clean-up of user hooks on process termination
- Added more APIs for kernel module loading and process module loading
- Fixed bug where stack size was too small in syscall leading to crash when hooking or unhooking (seen by suprx loading skprx)
- Added checks to prevent hooking of unresolved weak imports (see docs for details on how to hook weak imports)
- Fixed bug in assembling the outro for BL instructions (can be seen by crash when hooking
app_start) - Fixed bug where
taiGetModuleInfodoes not retrieve all modules. - Fixed bug where kernel module stopping crashes