Skip to content

JuliaSoft/apk-manifest-extractor

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

apk-manifest-extractor

Extracts the AndroidManifest.xml file from an Android jar

This code is a simplified version of Prasanta Paul's apk extractor (http://code.google.com/p/apk-extractor/). I removed the external dependencies and added a function to pull the AndroidManifest.xml file in memory (rather than extracting everything to disk).

Ant will compile the code and build a jar. You can execute it with ant -jar ./apkextractor.jar [Name of your apk file]. It will print out the apk string to the console.

About

Extracts the AndroidManifest.xml file from an Android jar

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 100.0%