ELF Injector Patching Issues

Hi @digitalXmage,

Are you maybe working with PIE binaries?. Check this out.

and this

The method doesn’t work with PIE, it needs to be updated to use a RIP relative jump instead of the absolute jump used in the original post, because an absolute jump doesn’t work on a PIE binary as it may be anywhere in memory

1 Like