Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@


# FishHook

<div align="center">A tool for re-packaging binary files on macOS to inject dynamic libraries (dylib).</div>
Expand All @@ -12,4 +14,4 @@ The binary `fishhook` can repack binaries to inject `libinject.dylib`, which is

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