diff --git a/tools/apktool.md b/tools/apktool.md new file mode 100644 index 0000000..5e8e660 --- /dev/null +++ b/tools/apktool.md @@ -0,0 +1,26 @@ +# apktool + +Notes +------- +A tool for reverse engineering Android apk files + + +Help Text +------- +``` + +``` + +Example Usage +------- + + +``` +apktool d application.apk +``` + +Links +------- +[apktool Google project](https://code.google.com/p/android-apktool/) + +[apktool Bitbucket project](https://bitbucket.org/iBotPeaches/apktool/downloads)