Commit graph

6 commits

Author SHA1 Message Date
dadf81831c
feat: added hooks for connect and socket in so 2023-03-28 21:06:28 +02:00
d3f08ba22a
feat: working injection
can inject any shared object into any running process, restoring
registers and continuing execution afterwards. requires no initial
address knowledge, but must be able to PTRACE_ATTACH and read /proc/maps
of target process and the libc object used by target process. Otherwise,
offsets and paths can be specified manually from cmdline. this is by no
means optimized or reliable, just a Proof Of Concept! works tho
2023-03-28 19:11:36 +02:00
413b2a8730
chore: moved needle in subdir 2023-03-27 02:44:35 +02:00
67cd814c99
feat: PoC execute exit syscall in target process 2023-03-26 21:03:32 +02:00
eba719fb61
feat: chad name
Co-authored-by: zaaarf <zaaarf@proton.me>
2023-03-25 13:33:56 +01:00
036b00a261
chore: added project files 2023-03-25 13:26:58 +01:00