Installation
Dwarf vs your first target
Pre requisites
A frida server running anywhere.
Setup and run
git clone https://github.com/iGio90/Dwarf
pip3 install -r requirements.txt
# start the ui allowing process pick/spawn
python3 dwarf.py
# start the ui straight vs the target
python3 dwarf.py -p com.my.target -sp
Optionally
You can install keystone-engine to enable assembler:
Windows
OSX / Unix
pip3 install keystone-engine