phrank
phrank copied to clipboard
Tool that automates some useful structure routines in IDA PRO
Post HexRays ANalysis Kit
About
Phrank helps with structure analysis and function pointers. Phrank works on top of HexRays ctrees.
Installation
- Copy/link phrank_plugin.py to IDAPRO/plugins/
- Copy/link pyphrank and phrank.py to IDAPRO/python/3/ folder
Capabilities
- Analyze pointer variable: automatically calculate pointed structure size, create new structure and set variable type
How to use
There are currently two ways to use phrank: hotkey actions (described here and in comments here) and phrank api (described in docstring comments here).