SoftSec-KAIST / TikNib

Binary Code Similarity Analysis (BCSA) Tool
MIT License
114 stars 22 forks source link

Map assembly code to source file and line #2

Closed 0xdkay closed 3 years ago

0xdkay commented 3 years ago

According to the issue in BinKIt #2, mapping assembly code to the corresponding source file and code would be very useful for understanding the relationship between the assembly code and source code.

Mapping assembly instructions to the corresponding source file and line can be done using the DWARF information in a ELF binary compiled with the debug option.

0xdkay commented 3 years ago

I addressed this issue in 48cae85. Please check this.