dnn-binary-code-similarity
dnn-binary-code-similarity copied to clipboard
Hi, When I looked at the data, I saw that in each line, you have features of each node. I'm wondering how you generated those features. I didn't find that...
The data set I need is"Dataset IV:This dataset contains vulnerable functions obtained from the vulnerability dataset in [18]. In total, it contains of 154vulnerable functions." [18] Qian Feng, Rundong Zhou,...
in line 140 of the train.py ```python if (i % TEST_FREQ == 0): auc, fpr, tpr, thres = get_auc_epoch(gnn, Gs_train, classes_train, BATCH_SIZE, load_data=valid_epoch) #valid_epoch? gnn.say("Testing model: training auc = {0}...
Do you have in plan to upgrade the requirements?
I think the json files in the data folder are generated though structure2vec from openssl's control flow graph, do I understand correctly?