Skip to content

Generating Static ATG based on Automatic Android App Explorer

Notifications You must be signed in to change notification settings

limerick1718/a3e_StaticATG

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

46 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Static Activity Transition Graph Creation


After that, run

path_to_apk2satg.sh your_apk.apk java_runtime_dir result_dir

java_runtime_dir is actually the path that contains the rt.jar or classes.jar file. This file contains the initial java classes that are loaded by the JVM when a java program runs.

The procedure may take several minutes depending on the size of the apk. The output will be two files in the result dir,

your_apk.apk.g.xml: This xml file will contain the relation between parent and child activties. your_apk.apk.g.dot: This dot file is for visualization purpose.

About

Generating Static ATG based on Automatic Android App Explorer

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 61.8%
  • Shell 29.0%
  • Makefile 9.2%