Skip to content

An alternative to MSHookFunction for jailed with a capability to call orig based on breakpoints.

License

Notifications You must be signed in to change notification settings

m4fn3/k2gehooker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

k2gehooker

An alternative hooker to MSHookFunction for jailed devices based on breakpoints, yet keeps the capability of calling original functions!

Usage

Full examples are available in the Tweak.xm!

Notes

  • works on both jailbroken and non-jailbroken (sideloadable)
  • limited to 6 hooks at the same time
  • Developer mode needs to be enabled
  • be sure to consider other options for jailed devices
    • if the target function has a symbol, just use fishhook.
    • if you want to hook more than 6, you need to use another approach (statically implant trampolines)

Credits

  • ellekit for this breakpoint technique

About

An alternative to MSHookFunction for jailed with a capability to call orig based on breakpoints.

Resources

License

Stars

Watchers

Forks

Languages