Entity-relationship diagram for the target function
Does anyone know of utility that can search and show a diagram of relationship between target function(string in code) inside Linux binary file and its complete relationships and connections with other objects amongst the squashfs-root binary files? (like Entity-Relationship Diagram for the target function)
Example: I want know all relationships and connections for 'DDB_RetrieveAccess' string in some file, so utility should recursively scan all binary files & scripts inside squashfs-root directory, check all connections & relationship and build Entity-Relationship Diagram.
Last edited by mintvx; 10-20-2014 at 10:50 AM.
|