Closed BBge closed 2 years ago
Hi @BBge, currently Ddisasm cannot disassemble .o object files correctly. This is due to a few differences between executables and object files, the main reason being that sections in object files are not allocated to specific virtual addresses.
However, this is a capability that we are working on, I will let you know once object files are supported.
Hi @BBge , Ddisasm can now disassemble object files.
Hi, I want to use ddisasm to analyze one simple .o file, but it shows that the file could not be disassembled. I am wondering how to solve this issue? Thanks!