Skip to content
This repository has been archived by the owner on Feb 27, 2019. It is now read-only.

FFrost/hooklib

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

hooklib

A small and simple header-only hooking library for x86 / x64 architecture

Note: I did not write this by myself, it was created in cooperation with @dro and @melanite. The original repository was deleted, this is a reupload.

features

  • Length disassembly using the capstone library
  • Header-only, no building or binaries required
  • Follow absolute and relative JMP to real function
  • Follow JMP gate to real function
  • Import Address Table hooking on Windows
  • Raw code detours for x86
  • Raw code detours for x64
  • Variable amount of raw code detour methods to fit size circumstances
  • Overwriting padding if no detour method fits the functions size

todo

  • Export Address Table hooking on Windows
  • Exception handler based hooking

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages