search for: 528bd340

Displaying 1 result from an estimated 1 matches for "528bd340".

Did you mean: 5289d30
2018 Jun 25
2
Instruction boundaries
Hi I was wondering whether there are any methods to know what part of the target binary is code. I have some ideas and hope to get your comments. I would like to use LLVM's source level debugging information to extract the source lines belonging to every functions. Then use the dwarf mapping table to transfer the source level information to binary address. Are there any better methods?