DWARF
Aka my wip gui for android reverse engineers and crackers. Built on top of pyqt5 (compatible with all os’s), Frida and some terrible code.
Features
- Quick spawn, inject and sleep at application onCreate
- Hook natives, java and loading modules cycle before initializations
- Hooks conditions and js script logic
- Manipulate memory and arguments
- Memory and disasm view (Powered by capstone)
- Switch between hooks on different threads
- Inputs are evaluated. Frida js api and dwarf shortcuts are usable in almost any input field
- Variables creation
- Save and load back hooks and variables
Install
pip3 install dwarf-debugger
Copyright (C) 2019 iGio90
Source: https://github.com/iGio90/