An open API service indexing awesome lists of open source software.

https://github.com/hectorqin/reverse-engineering


https://github.com/hectorqin/reverse-engineering

Last synced: about 2 months ago
JSON representation

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
```