Building control flow graph using DynamoRIO
From zhao...@google.com on August 22, 2013 17:47:04
It would be nice to use DynamoRIO to build a control flow graph, which can be used to browsing code for better program understanding.
It would be nice if we can build it as an extension, and also a tool on top that can be directly used.
A few thoughts
- we might want to have an api to insert code for indirect branch instead of inserting clean call only.
- we should be able to track most indirect branch efficient, but what about return? maybe an option to instrument return.
Original issue: http://code.google.com/p/dynamorio/issues/detail?id=1250