Skip to content
This repository was archived by the owner on Jun 18, 2025. It is now read-only.

kin9-0rz/dexsim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

156 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dexsim

利用APK动态加载解密,旧逻辑(dex-oracle)在old分支。

之前

之后

安装

  • baksmali - 用于把apk/dex文件反编译为smali
  • adb - 用于push文件到手机/模拟器
  • 安装依赖 - pip install -r requirements.txt
  • 安装服务端 - adb install -t server/dss.apk

用法

  1. 连接一台模拟器或手机(Android4/5,其他环境没有测试)
  2. 创建数据目录
$ adb shell
$ su
# cd /data/local
# mkdir dss dss_data
# ll
drwxrwxrwx root     root              2018-02-05 15:22 dss
drwxrwxrwx root     root              2018-02-05 15:22 dss_data
drwxrwx--x shell    shell             2018-02-05 15:13 tmp
  1. 至少启动dss应用一次(没有启动过的APP可能接收不到广播)
  2. 执行 dexsim apk

其他用法,请-h

About

用于解密Dex中的加密字符串的工具

Topics

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages