frick: frida cli for reverse engineer
Frick
Frick is a kick-ass Frida cli for reverse engineer inspired by the epic GDB init gef by @hugsy, with commands design similar to uDdbg.
Features for the eyes
- interactive commands with shortcuts
- nice ui and colours (thanks @hugsy)
- commands history
- save/load previous target offsets and target to attach and work in less than a second
Good stuffs
- the autodoc script deserved to be in the first place of the awesome stuff
- custom hexdump highlighting pointers and values
- pointer recursion on registers display
- allow storing vars that can be the result of a command (see examples later)
- commands arguments evaluation (see examples later)
- a command destruct should be really helpful while reversing structs (see screenshot later)
- read with ease any data type, signed/unsigned/le/be
Download
git clone git clone https://github.com/iGio90/frick
Use
python main.py
checkout the complete commands list && how to improve and create new commands
Copyright (c) 2018 Giovanni – iGio90 – Rocca
Source: https://github.com/iGio90/