File | Date | Author | Commit |
---|---|---|---|
ApkDissector | 2015-04-06 |
![]() |
[6ad8de] Version 1.1 |
.gitattributes | 2015-04-05 |
![]() |
[8310da] :neckbeard: Added .gitattributes & .gitignore f... |
.gitignore | 2015-04-05 |
![]() |
[8310da] :neckbeard: Added .gitattributes & .gitignore f... |
README.md | 2015-04-06 |
![]() |
[6ad8de] Version 1.1 |
APK Dissector is a Java Based APK Decompiler
And this is still in development phase!
System.out.out.println("More features will be added soon");
Import the project in Eclipse
Put the APK file which needs to be decompiled in the apks/ directory
Go to the Java File ZipReader . Go to main and modify the line with the name of the apk to decompile.
You will find the decompiled app in the extract directory
zipReader.getZipContents("apks/PDFReader.apk");