https://github.com/mogeko/apk2dir
将当前目录下的apk文件反编译。
https://github.com/mogeko/apk2dir
Last synced: over 1 year ago
JSON representation
将当前目录下的apk文件反编译。
- Host: GitHub
- URL: https://github.com/mogeko/apk2dir
- Owner: mogeko
- Created: 2017-06-18T11:46:14.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2020-03-17T19:21:19.000Z (over 6 years ago)
- Last Synced: 2025-01-28T17:16:11.623Z (over 1 year ago)
- Language: Batchfile
- Size: 7.67 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
配合[apktool](https://ibotpeaches.github.io/Apktool/)
# Apk2dir
配合akptool,将当前目录下的apk文件反编译。
## 如何使用
1. 确保 [apk2dir.bat](apk2dir.bat) 在环境变量中
2. 打开 CMD
3. 切换到 apk文件 所在的目录
4. 输入 apk2dir

## Tips
1. 如果 [apk2dir.bat](apk2dir.bat) 与 [apktool.jar](https://ibotpeaches.github.io/Apktool/) 不在同一目录下,将 "%~dp0\apktool.jar" 替换为 [apktool.jar](https://ibotpeaches.github.io/Apktool/) 所在目录的绝对路径。