DynamoRIO / DynamoRIO/dynamorio
Building control flow graph using DynamoRIO
- Dominant language
- C
- Stars
- 3.2k
- Forks
- 629
- Avg merge
- 2d 15h
- Merged PRs (30d)
- 31
Description
_From [zhao...@google.com](https://code.google.com/u/106321947286816917100/) 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_
Contributor guide
Assessment
This issue has not been assessed yet.