Skip to content

lilicoding/ApkCombiner

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 

Repository files navigation

ApkCombiner

Combining multiple Android apps to one for supporting inter-app analysis

Usage:

# Please make sure that appt command is available in your enivronment.
export PATH=$PATH:$ANDROID_SDK/build-tools/android-4.4

# Launch ApkCombiner
./runApkCombiner.sh $ANDROID_PLATFORM_PATH app1.apk app2.apk ...

After the execution, there should be an apk named app1-ac-app2.apk in the current directory. Analyzing the new generated app to indirectly perform inter-app analysis.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages