Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/wuxianlin/android_rom_tools
unpack/deodex/decompile tools for Android ROM
https://github.com/wuxianlin/android_rom_tools
Last synced: 11 days ago
JSON representation
unpack/deodex/decompile tools for Android ROM
- Host: GitHub
- URL: https://github.com/wuxianlin/android_rom_tools
- Owner: wuxianlin
- Created: 2020-05-30T06:14:01.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-09-18T13:45:56.000Z (about 1 year ago)
- Last Synced: 2024-07-31T08:18:56.589Z (3 months ago)
- Language: Shell
- Size: 23.4 KB
- Stars: 18
- Watchers: 4
- Forks: 6
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome - wuxianlin/android\_rom\_tools - unpack/deodex/decompile tools for Android ROM (Shell)
README
Android decompile tools
==============================================`sudo apt-get install axel brotli fuse`
`python3 -m pip install -r requirements.txt`## Usage
download and build tools use `./setup.sh [GITHUB_TOKEN]`
unpack and deodex rom zip use `./rom.sh rom.zip out`
apktool decompile apk/jar use `./tools/apktool.sh out/rom-deodexed out/rom-decompiled-apktool`
jadx decompile apk/jar use `./tools/jadx.sh out/rom-deodexed out/rom-decompiled-jadx`