llvm - How to construct Program Dependence Graph of a binary -


i'd construct ferrante's program dependence graph binary. once binary disassembled i'd create graph nodes instructions , edges relate nodes writes or read same data space (regs, memory address, ...). there tool accomplish ?

i've been using radare2 i'm able extract cfg of entire program, xrefs , regs read , writen per instruction. algorithm ... in advance.


Comments

Popular posts from this blog

java - How to handle special characters while unmarshalling xml in JAXB -

ios - Pass NSDictionary from Javascript to Objective-c in JavascriptCore -

tensorflow when input_data MNIST_data , zlib.error: Error -3 while decompressing: invalid block type -