DeepBitsTechnology / DeepDi

DeepDi: A Fast and Accurate Disassembler for Binary Code AI
Other
84 stars 5 forks source link

About Function Entrypoint Recovery #8

Closed peicwang closed 9 months ago

peicwang commented 9 months ago

Hello, I noticed in your paper that in the function entry point recovery experiment, you first identified a set of entry point candidates. I would like to ask if this filtering of candidate sets is performed during both model training and testing when training function recovery models. Does the training set also perform similar candidate set filtering operations? I'am Looking forward to your reply!

Nifury commented 9 months ago

Hello,

Yes the model is trained on the filtered set.

peicwang commented 9 months ago

Thank you for your reply