elfmaster / libelfmaster

Secure ELF parsing/loading library for forensics reconstruction of malware, and robust reverse engineering tools
http://www.bitlackeys.org
410 stars 64 forks source link

Feature/code injection #9

Open ulexec opened 5 years ago

ulexec commented 5 years ago

Implemented basic code injection support. This implies mainly 3 techniques 1 - Text segment padding injection 2 - Reverse text segment injection 3 - Data segment injection It's also implemented helper generic function to convert offset to addresses and vice-versa as-well as helper functions to open stubs from disk.

ahhh commented 5 years ago

@ulexec and @elfmaster we could also use this great work on a back door factory rewrite as libraries in golang: https://github.com/Binject/