如何验证Dexguard是否已加密我的Android应用程序类?

时间:2015-05-14 08:44:17

标签: android dexguard

dexguard是否存储已加密的类和字符串的名称。我使用以下命令加密类

root = "/var/www/mysite.com/public_html/"
working_directory root
pid "#{root}/tmp/pids/unicorn.pid"
stderr_path "#{root}/log/unicorn.log"
stdout_path "#{root}/log/unicorn.log"

listen "/tmp/unicorn.easysign.sock"
worker_processes 1
timeout 30

是否存在类似bin / proguard / mapping.txt的文件,其中存储了类名。

1 个答案:

答案 0 :(得分:0)

是的,有一个映射文件,其中保存了所有条目。 你可以在以下位置找到它: 应用\构建\输出\映射\释放 enter image description here