Skip to content

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

License

Notifications You must be signed in to change notification settings

rhebig/JavaXMLCallGraph_Android

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages