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'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?
The text was updated successfully, but these errors were encountered:
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
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?
The text was updated successfully, but these errors were encountered: