Site Tools


linux_modules:apktool

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

linux_modules:apktool [2018/10/19 17:02] – created ktm5jlinux_modules:apktool [2023/08/29 19:56] (current) – external edit 127.0.0.1
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 |
 +
 +
  
linux_modules/apktool.txt · Last modified: 2023/08/29 19:56 by 127.0.0.1