I am looking for a library that parses binary code.
I found that libdisasm performs exactly the same task as I want. However, I found several links indicating that libdisasm does not work for 64-bit executables. Is it correct?
But the objdump output for 64-bit executables is reliable (as far as I know). So, objdump also uses a similar library for disassembly ?? Initially, I thought objdump uses libdisasm.
user1129237
source share