Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
hinqiwame authored Feb 27, 2023
1 parent bf3ec08 commit 4e7ea66
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
<img src="img/akane.jpg">
<h1>soinjector</h1>
</p>

this is a simple linux library injector that allows you to inject a shared library into a running process. it uses `ptrace` to attach to the target process, call `dlopen` with the specified library path, and detach from the process.

## usage
Expand Down

0 comments on commit 4e7ea66

Please sign in to comment.