In fact, this log is very simple, and strive to use two words to finish. Dare This tool is an APK reverse engineering tool released by the University of Pennsylvania computer department. You can decompile the apk file used in your Android system to a Java class file. Currently supported in Linux and Mac OS X, the use of Mac is especially simple, on this page:http://siis.cse.psu.edu/dare/downloads.html provides the download of the executable file, After downloading the extract, enter its directory in the terminal and enter:
Bash dare-d apkoutput wechat_462.apk
The above is the latest version of the 5.3 example, where-D followed by the output folder, after running, in this folder in the retargeted directory, is the post-compilation Java class file. Next, use any of the Java Anti-compilation tools (such asThis one), you can see the source code (which is, of course, confusing). is a section of code in the Qqpinyin directory.