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 get instruction boundaries for binaries compiled by icc ? #53

Open
peicwang opened this issue Sep 4, 2022 · 1 comment
Open

Comments

@peicwang
Copy link

peicwang commented Sep 4, 2022

Hi, I'm curious about how to get the ground truth for binaries compiled by icc, specifically, how to correctly distinguish the jump table from the code section?

@aeflores
Copy link
Collaborator

aeflores commented Oct 3, 2022

Hi @peicwang, sorry for the late reply. Just to clarify, you are asking about getting the ground truth, not what ddisasm considers to be the case, right?

This is something we haven't done for ICC binaries. We assessed the quality of our disassembly by checking the functionality of the rewritten binary. However, other people have extracted that kind of information, e.g. https://arxiv.org/abs/2012.09155

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