From ebf1ef3355a1ea59e3d90e1c23f20a68ad8e702b Mon Sep 17 00:00:00 2001 From: filinpavel Date: Wed, 8 Oct 2014 13:41:00 +0700 Subject: [PATCH] Create apktool.md added Notes, Usage and Links --- tools/apktool.md | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 tools/apktool.md 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)