hotpatcher
Hot patches Linux executables with .so file injection
Install
- All systems
-
curl cmd.cat/hotpatcher.sh
- Kali Linux
-
apt-get install hotpatch
- Dockerfile
- dockerfile.run/hotpatcher
hotpatch
Hot patches Linux executables with .so file injection
Hotpatch is a library that can be used to dynamically load a shared library (.so) file on Linux from one process into another already running process, without affecting the execution of the target process. The API is a C API, but also supported in C++.