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]

저작자표시 비영리 변경금지 (새창열림)