Differences
This shows you the differences between two versions of the page.
— |
linux_modules:apktool [2018/10/19 17:02] (current) ktm5j created |
||
---|---|---|---|
Line 1: | Line 1: | ||
+ | ====== Apktool ====== | ||
+ | |||
+ | Project website: https://github.com/iBotPeaches/Apktool | ||
+ | |||
+ | A tool for reverse engineering Android apk files | ||
+ | |||
+ | ===== Using apktool ===== | ||
+ | |||
+ | ==== Loading the Module ==== | ||
+ | |||
+ | **Example: ** | ||
+ | <code> | ||
+ | [ktm5j@portal01] ~$ module whatis apktool | ||
+ | apktool : Sets the environment for using apktool | ||
+ | [ktm5j@portal01] ~$ module load apktool | ||
+ | [ktm5j@portal01] ~$ echo $PATH | ||
+ | /sw/linux-any/apktool/2.3.2:/usr/local/bin:/usr/local/sbin:/usr/.... | ||
+ | </code> | ||
+ | |||
+ | ==== Environment Variables ==== | ||
+ | |||
+ | ^ Variable ^ Join Type ^ String Added ^ | ||
+ | | PATH | prepend | /sw/linux-any/apktool/2.3.2 | | ||
+ | |||
+ | |||