NSSL-SJTU / HermesSim

Artifacts for our USENIX Security '24 paper: "Code is not Natural Language: Unlock the Power of Semantics-Oriented Graph Representation for Binary Code Similarity Detection".
Other
29 stars 2 forks source link

I can't rebuild the flowchart_Dataset-1.csv file without IDA pro? #2

Open Daocuong-main opened 4 months ago

Daocuong-main commented 4 months ago

I'm trying to apply my data set to your method, but when building the dbs folder, I realized I need to file a flowchart_Dataset-1.csv file like yours. To have that file, I see that according to the instructions you need IDA pro, so if you don't have it, we can't apply our data to your method, right?

sgfvamll commented 4 months ago

flowchart_Dataset-*.csv can also be generated using other decompilers like Ghidra. However, you may need to write the script yourself (by mimicking the IDA script), as we have no plans to support it at this time.