Hi,
I have an ELF shared object, and i want to modify it so that calls to the system function memcpy are actually routed through to a custom version of memcpy.
Ive been researching and i have read about PLT Redirection and ELF Infection, but im still not sure how i can accomplish my goal
Can anyone give me some hint and tips, or elaborate on the PLT Redirection and ELF Infection
Regards
Paul