Skip to content

Commit

Permalink
edits
Browse files Browse the repository at this point in the history
  • Loading branch information
hinqiwame authored Feb 27, 2023
1 parent b82476d commit bf3ec08
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion readme.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
# soinjector
<p allign="center">
<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 bf3ec08

Please sign in to comment.