GuillaumeMZ / linux64-code-injection

Inject shared libraries inside running processes on Linux x64 !
Other
4 stars 1 forks source link

Get rid of launcher.py #2

Open GuillaumeMZ opened 1 week ago

GuillaumeMZ commented 1 week ago

A python script is currently used to find a suitable location where to inject shellcodes and to execute readelf to find function offsets within a dynamic library. Even though this is a perfectly acceptable solution, it would be interesting to implement these features directly in the executable. Must be reimplemented:

This cannot be started before #1 is done.

GuillaumeMZ commented 1 week ago

1 has been finished, work on this issue can be started now.