From 2b1a95b3e3c603ef78eef2b0152bbc639069d97e Mon Sep 17 00:00:00 2001 From: webbrain-one <295484252+webbrain-one@users.noreply.github.com> Date: Fri, 21 Aug 2026 16:40:08 +0300 Subject: [PATCH] docs: improve README --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 2674844..098b839 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,5 @@ + + # FishHook
A tool for re-packaging binary files on macOS to inject dynamic libraries (dylib).
@@ -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. \ No newline at end of file +>3. Execute the repacked binary `$BinaryPath-mod` to check if the system call is replaced.