Skip to content

GaiBrutman/adhook

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ad-hook

ad-hook is an advanced, cross-architecture hooking framework, for you and your family.

Build Instructions

make # :)

Features

Multiple handlers per hook

Multiple handlers can subscribe to a single hook, than be called sequentially. Each handler can either yield, or continue to the next handle via call_next()

Implementation independent functionality

The hooking logic is independent of the actual patching logic. That is, more patching methods can be implemented using the core hooking logic.

Supported Patching methods

  • jumpto patching
  • address table overriding

Supported architectures

  • i386
  • x86_64
  • arm32le
  • arm32be
  • arm64le
  • arm64be
  • mipsbe
  • mipsle

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published