A utility to remove the section header from an ELF file, along with its string table. It also clears the fields in the ELF header related to the section header.
Run on android, can dump ELF from a process memory and fix it, Rebuild the Section Header for better IDA analysis. sofix Run on PC, can fix an ELF file dumped from memory and rebuild the Section ...
[dropbear] recently found herself in a pickle. Dumping some data out of an Android app at a specific point for reverse engineering purposes. While it worked great in the simulator, it was painfully ...