Bytecode Injection Into A Running Process Using Ptrace()

preview_player
Показать описание
Рекомендации по теме
Комментарии
Автор

Cool stuff! I need a way to overwrite calloc() when the main() function is already running. If I do that with LD_PRELOAD, then everything hangs as the loading of the libraries uses calloc() as well. I guess I have to do that with break points and code injection.

sebastianparschauer