Skip to content
/ HookZz Public
forked from jmpews/Dobby

a hook framework for arm/arm64/ios/android

License

Notifications You must be signed in to change notification settings

dlnn/HookZz

 
 

Repository files navigation

What is HookZz ?

a hook framework for arm/arm64/ios/android

ref to: frida-gum and minhook and substrate.

special thanks to frida-gum perfect code and modular architecture, frida is aircraft carrier, HookZz is boat, but still with some tricks

thanks for @lauos with contributing android code

Features

  • solidify inlinehook without Jailbreak(Static Binary Instrumentation) [new-90%]

  • GOT hook with HookZz(i.e. change fishhook to inlinehook), better for APM

  • the power to access registers directly

  • hook function with replace_call

  • hook function with pre_call and post_call

  • hook address(a piece of instructions) with pre_call and half_call

  • (almost)only one instruction to hook(i.e. hook short funciton, even only one instruction) [arm/thumb/arm64]

  • runtime code patch, without codesign limit [Jailbreak]

  • it's cute, 100kb

How it works ?

Move to HookFrameworkDesign.md

Who use this?

VirtualApp An open source implementation of MultiAccount.(Support 4.0 - 8.0)

AppleTrace Trace tool for iOS/macOS (similar to systrace for Android)

Docs

Move to HookZz docs [need update]

Modules

most modules for ios.

Move to HookZzModules [need update]

Demo

HookZzAndroidDemoTemplate.zip

Thanks List

@sxf144 - RMB1000

@ckis - RMB88

Contact Me

Donate BTC Address:1DB8TD4mieneXhGoYNfRwjvfRKCc1kDdvJ

recommend_email: [email protected]
wechat: winter1ife
QQ: 858982985

qrcode

About

a hook framework for arm/arm64/ios/android

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C++ 77.6%
  • C 15.8%
  • Makefile 4.7%
  • Assembly 1.8%
  • Objective-C 0.1%
  • C# 0.0%