Python builder which compiles and embeds a shared object into an executable which when ran will inject the .so into a process and execute it whilst being all in memory and using gdb to inject.
-
Updated
Aug 17, 2024 - Python
Python builder which compiles and embeds a shared object into an executable which when ran will inject the .so into a process and execute it whilst being all in memory and using gdb to inject.
Builder written in python which embeds an ELF into an executable which when ran uses gdb to execute the ELF into the memory of another process. This tool does not require elevated privileges. Both shared object and executable ELF's are supported.
Add a description, image, and links to the soinjector topic page so that developers can more easily learn about it.
To associate your repository with the soinjector topic, visit your repo's landing page and select "manage topics."