You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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!
The text was updated successfully, but these errors were encountered:
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, 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!
The text was updated successfully, but these errors were encountered: