Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/notilus67/frider
Dump unpacked dex, trace/intercept Java/native function. Frida + adb + React +Django
https://github.com/notilus67/frider
Last synced: 21 days ago
JSON representation
Dump unpacked dex, trace/intercept Java/native function. Frida + adb + React +Django
- Host: GitHub
- URL: https://github.com/notilus67/frider
- Owner: notilus67
- Created: 2020-08-24T05:57:26.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-08-25T02:44:37.000Z (over 4 years ago)
- Last Synced: 2024-08-04T17:12:19.546Z (4 months ago)
- Language: JavaScript
- Size: 301 KB
- Stars: 40
- Watchers: 6
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-hacking-lists - notilus67/frider - Dump unpacked dex, trace/intercept Java/native function. Frida + adb + React +Django (JavaScript)
README
# frider
Dump dex, trace/intercept Java/native function. Based on React, Django, Frida, adb.
## Features
- enumerate Android APPs
- show basic information
- unpack app, dump dex
- enumerate Java classes & methods
- enumerate Native modules & export functions/variables
- trace arguments & retval of Java methods (needs Burp to intercept)
- trace arguments & retval of native function (not really, requires user to finish related arguments parsing)## Install
Make sure you are using **latest** frida-tools and frida-server (test on 12.11.9).
```
(dev version)
git clone https://github.com/refate/frider
cd backend && pip3 install -r requirements.txt
cd frontend && npm install(release version)
download latest release, and extract it somewhere.
```## Usage
Please refer to [wiki page](https://github.com/refate/frider/wiki/Usage)
[中文版wiki](https://github.com/refate/frider/wiki/Usage-CN)
## Reference & Thanks
[monkeylord/XServer](https://github.com/monkeylord/XServer)
[viva-frida/Awesome--Frida-UI](https://github.com/viva-frida/Awesome--Frida-UI)
[GuoQiang1993/Frida-Apk-Unpack](https://github.com/GuoQiang1993/Frida-Apk-Unpack)
[hluwa/FRIDA-DEXDump](https://github.com/hluwa/FRIDA-DEXDump)
[T3rry7f/Hijacker](https://github.com/T3rry7f/Hijacker)
[Ant Design](https://ant.design/)
## TODO
bug fix
## Change log
2020/08/24 v0.1.1 test release