Graphical object viewer for IDA Pro.
Graphical object viewer
No dependencies.
Put ida_object_viewer.py
into plugins directory.
Directly change param in ida_object_viewer.py
- max_depth : how many (default=5)
- omit_loop : omit node if pointer loop detected.(default=True)
Right click on the value then click "Open Object viewer".
- TODO : gif image
avoid collision and adjust the layout automatically import color setting from IDA. add double click action (goto address) add test data.
handle normal struct list pointer pointer to struct struct inside struct struct list enum bit field param union variable length list variable on the stack.