advanced-microcode-patching / shiva

A custom ELF linker/loader for installing ET_REL binary patches at runtime
Other
146 stars 13 forks source link

Transformed functions must handle recursion #16

Open elfmaster opened 1 year ago

elfmaster commented 1 year ago

Transformed functions will not properly re-link recursive functions yet. If the function is transformed, calls to itself will call the non-transformed version of the function. Must fix.