Swap out an ELF executable's main function with another function from its symbol table, without touching its code at all.

Updated 1 year ago

Generate a DSO at runtime and load symbols from it using dlsym(), without creating an actual ELF or touching the filesystem

Updated 2 years ago