Skip to content

Starter code for Android application analysis using Soot

Notifications You must be signed in to change notification settings

miwong/SootStarterCode

Repository files navigation

Starter code for Soot Android analysis

This provides a very basic template to analyze an Android APK with Soot. The APK file should be passed in as the first command line argument.

To build the program, a Gradle script is provided:

./gradlew build

You can also use Gradle to run the program. A helper script is provided to help pass in command line arguments to ./gradlew run:

./RunSootTutorial <APK file>

About

Starter code for Android application analysis using Soot

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published