2020/Android App Hacking
Santoku: Decompile an Application using apktool
EunHwan
2020. 1. 31. 22:38
# Decompile
$ apktool d [App] [DirName]
# Compile
$ apktool b [DirName] [AppName]