搜索资源列表
android-apktools
- 一个关于反编译的android工具 apktools.非常实用-An android on decompilation tool apktools
apktools
- 该文件是用单片机,液晶显示器做的示波器课程设计。-This file is to do with the microcontroller, LCD display oscilloscope curriculum design.
apktools
- 反编译代码的内容,可以进行反编译,并用来参考其他人的代码来进行学习-Decompiling code content, can undertake decompiling, and used to reference other people s code for learning
smali2java
- apktools是将android的apk文件反汇编为smali文件,附件中的代码是将smali文件转为java文件的源码 用法:java -jar smali2java.jar xxx.smali-apktools android apk file disassembler smali file, annex code the smali file into the source code of the java files us