Skip to content

ConradSun/FishHook

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FishHook

A macOS binary repackaging tool for injecting dylib.

Documentation

FishHook supports macOS10.15+. The libinject.dylib can hook syscalls, such as execve, posix_spawn and other methods of interest to users. The binary fishhook can repack binary to inject the libinject.dylib to hook syscalls.

Usage

  1. Copy libinject.dylib to the '/usr/local/lib' directory.
  2. Run './fishhook $BinaryPath' to repack.
  3. Execute your binary to check if the system call is replaced.

About

A macOS binary repackaging tool for injecting dylib.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published