GuillaumeMZ / linux64-code-injection

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

Reimplement the injector in Rust #1

Closed GuillaumeMZ closed 1 week ago

GuillaumeMZ commented 2 weeks ago

Title. The nix crate provides access to Linux/POSIX functions such as ptrace, waitpid, and so on. The iced-x86 crate can be used to generate shellcodes on the fly; this would make them easier to write and understand; nasm wouldn't be required anymore.