Reputation: 37
I need to do some observations on a disassembled ELF and for that i kind of need to execute the program instruction by instruction (disassembled). Including the part the part where it jumps to other ELF sections like .plt or .got. Any idea how to achieve that?
Upvotes: 0
Views: 118