Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/luoyesiqiu/DexRepair
Android dex文件修复程序
https://github.com/luoyesiqiu/DexRepair
Last synced: 22 days ago
JSON representation
Android dex文件修复程序
- Host: GitHub
- URL: https://github.com/luoyesiqiu/DexRepair
- Owner: luoyesiqiu
- License: apache-2.0
- Created: 2020-10-14T16:03:37.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2022-09-10T07:49:55.000Z (over 2 years ago)
- Last Synced: 2024-08-05T17:28:54.776Z (4 months ago)
- Language: Java
- Homepage:
- Size: 1.66 MB
- Stars: 202
- Watchers: 7
- Forks: 84
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
- awesome-hacking-lists - luoyesiqiu/DexRepair - Android dex文件修复程序 (Java)
README
# DexRepair
dex文件修复程序,支持:
- dex文件头部修复
- FART CodeItem填充## 用法
### 头部修复
`java -jar DexRepair.jar /path/to/dex`
### CodeItem填充
`java -jar DexRepair.jar /path/to/dex /path/to/bin`
## 相关项目
- https://github.com/luoyesiqiu/android-fart