SVF-tools / SVF

Static Value-Flow Analysis Framework for Source Code
http://svf-tools.github.io/SVF/
Other
1.35k stars 430 forks source link

Graph Embedding for VFG #683

Open hendrikrth opened 2 years ago

hendrikrth commented 2 years ago

Hey, I am working on a publicly funded project that aims to improve static software analysis with the help of machine learning. We are planning on generating the VFGs generated by SVF as the basis of our analysis and use them as input for our machine learning model. As a result we need to generate some sort of embedding for the graph and we were wondering if there are any recommendations concerning the type of graph embedding one could use that would be particularly suitable for the VFGs.

for-just-we commented 2 years ago

As a result we need to generate some sort

I think you could refer to DeepWuKong

hendrikrth commented 2 years ago

Hey, thanks for your reply. I will take a look at it.