advanced-microcode-patching / shiva

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

Generate .eh_frame data for completely patched process image #18

Open elfmaster opened 1 year ago

elfmaster commented 1 year ago

Debugging programs that have been patched in memory can sometimes be difficult to debug if the bug is within the patch code path.

We must generate .eh_frame that is updated to include the functions within the patch code.