Why is 32-bit objdump not able to read 64-bit executable? Whether it's ELF or PE, it just reads binary structure of the file, so what is the problem with enabling x64-executable read in x86 objdump?
- Why is 32-bit objdump not able to read 64-bit executable? oset