7 lines
291 B
Text
7 lines
291 B
Text
|
Libhijack is a tool that enables easy injection of arbitrary code during
|
||
|
runtime. Injection is done into newly-created anonymous memory mappings,
|
||
|
providing stealth. An API is provided for hooking the PLT/GOT, hence the
|
||
|
"hijack" part of libhijack.
|
||
|
|
||
|
WWW: https://github.com/SoldierX/libhijack
|