Open 202221632987 opened 6 months ago
https://github.com/VulDetProject/ReVeal/blob/ca31b783384b4cdb09b69950e48f79fa0748ef1d/data_processing/create_ggnn_data.py#L411 The function inputGeneration https://github.com/VulDetProject/ReVeal/blob/ca31b783384b4cdb09b69950e48f79fa0748ef1d/data_processing/create_ggnn_data.py#L302. when get graph_input_full, the cfg_only is set to False,however,It will only add nodes with cfgNode == True Because of not cfg_only。are you sure this is full_graph?
https://github.com/VulDetProject/ReVeal/blob/ca31b783384b4cdb09b69950e48f79fa0748ef1d/data_processing/create_ggnn_data.py#L411 The function inputGeneration https://github.com/VulDetProject/ReVeal/blob/ca31b783384b4cdb09b69950e48f79fa0748ef1d/data_processing/create_ggnn_data.py#L302. when get graph_input_full, the cfg_only is set to False,however,It will only add nodes with cfgNode == True Because of not cfg_only。are you sure this is full_graph?