CUMLSec / stateformer

MIT License
60 stars 6 forks source link

Which GCC version is used to compile the source code? #1

Open yasong opened 2 years ago

yasong commented 2 years ago

In the paper, GCC-7.5.0 is mentioned, but in the Supplementary Material, GCC-8.3.0 is mentioned, which is confusing. Thank you.

peikexin9 commented 2 years ago

Hi @yasong, thanks for your interest! I mainly used gcc 7.5. But for some binaries, I relied on other helpers that gcc 8.3 is used. I think the dataset consists of mixed binaries compiled by both 7.5 and 8.3.