Skip to content

Latest commit

 

History

History
11 lines (9 loc) · 384 Bytes

README.md

File metadata and controls

11 lines (9 loc) · 384 Bytes

JavaXMLCallGraph_Android

A very basic script to extract a call graph that illustrates which Java files call which XML and PNG files within an Android system.

Output:

  • CallGraph: can be used as input for GraphViz to generate the call graph
  • Java_Uses_PNG
  • Java_Uses_XML
  • XML_Uses_XML
  • XML_Uses_PNG

Contains a class diagram that can be opened with the eclipse plugin ObjectAid