Santoku: Decompile an Application using apktool

2020. 1. 31. 22:382020/Android App Hacking

# Decompile

$ apktool d [App] [DirName]

 

# Compile

$ apktool b [DirName] [AppName]