https://github.com/hectorqin/reverse-engineering
https://github.com/hectorqin/reverse-engineering
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/hectorqin/reverse-engineering
- Owner: hectorqin
- Created: 2020-06-17T03:56:26.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2022-09-28T13:14:18.000Z (over 2 years ago)
- Last Synced: 2025-02-14T07:19:13.008Z (4 months ago)
- Language: JavaScript
- Size: 31 MB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# reverse-code
收录了一些逆向工程用到的工具,使用教程以后有空再更新
## android
包含以下工具
* dex2jar
* apktool## ios
包含以下工具
* Reveal.framework
* class-dump
* dpkg-deb
* dumpdecrypted.dylib
* ldid
* libReveal.dylib
* libsubstrate.dylib
* frida-ios-dump## java
包含以下工具
* jd-gui.exe 图形化jar反编译工具
* luyten.jar 图形化jar反编译工具## javascript
包含以下工具
* debundle 通用解包工具
* rn-debundle ReactNative bundle解包工具
* wxappUnpacker 微信小程序解包工具```bash
cd javascript
npm i
cd wxappUnpacker
npm i
```