arm_disasssembler_study
arm_disasssembler_study copied to clipboard
This is the repository for paper "An Empirical Study on ARM Disassembly Tools" accepted to ISSTA 2020
Results
2
arm_disasssembler_study issues
Sort by
recently updated
recently updated
newest added
Hi, I would like to add Ddisasm https://github.com/GrammaTech/ddisasm to the comparison to see how it does compared to the other tools. I could provide an adapter script to do so,...
It seems that some true instructions are missed in the results generated by `truth.py`. - Bug 1: `get_instructions()` ```python 202 for i in range(len(self.mappings)-1): 203 for sec in self.sections.keys(): 204...
bug