Skip to content

matthill/apk-manifest-extractor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 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

Releases

No releases published

Packages

 
 
 

Contributors

Languages