Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to analyze a simple .o file? #37

Closed
BBge opened this issue Oct 18, 2021 · 2 comments
Closed

How to analyze a simple .o file? #37

BBge opened this issue Oct 18, 2021 · 2 comments

Comments

@BBge
Copy link

BBge commented Oct 18, 2021

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!
image

@aeflores
Copy link
Collaborator

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.

@aeflores
Copy link
Collaborator

Hi @BBge , Ddisasm can now disassemble object files.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants