Hi all. Do you have any idea how to extract the data dependency graph from the source code (or assembly code) of a program?
Thanks very much
Extract data dependency graph from source code
Started by hans, May 11 2009 07:21 PM
2 replies to this topic
#1
Posted 11 May 2009 - 07:21 PM
|
|
|
#2
Posted 12 May 2009 - 08:15 AM
The first thing you would need to do is write a parser for the source language.
#3
Posted 12 May 2009 - 02:50 PM
I would think that it'd be easier to parse machine code to form a graph, but it'd be more difficult to relate the various memory locations with higher-level data structures. Unless you have a second pass that consolidates the graph or something like that.


Sign In
Create Account

Back to top









