Skip to content

aas-integration/prog2dfg

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

First implementation of DFG construction. Creates one dfg per method and inlines the DFGs of all procedures that are in the same class.

Use -j to specify the class dir, jar, or apk to be analyzed. Use -o to specify the folder where the dot files should be saved Use -pdf if the pdfs for the dot files should be generated as well.

run with

./gradlew jar
cd build/libs/
java -jar prog2dfg.jar -j ../classes/main -o foobar -pdf

About

proc2dfg version used for the experiments

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages