advanced-microcode-patching / shiva

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

Support for ET_EXEC binaries #12

Open elfmaster opened 1 year ago

elfmaster commented 1 year ago

Currently Shiva supports ET_DYN executable only. This needs to eventually support ET_EXEC binaries as well. And static executable (Which we know it already will but haven't tested with).