Skip to content

Graphical object viewer for IDA Pro.(Unmaintained and not completed. Use watch-view in IDA)

Notifications You must be signed in to change notification settings

Ga-ryo/IDAObjectViewer-deprecated-

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

👀IDA Object Viewer👀

Graphical object viewer for IDA Pro.

What's IDAObjectViewer?

Graphical object viewer

Requirements

No dependencies.

Installation

Put ida_object_viewer.py into plugins directory.

Settings

Directly change param in ida_object_viewer.py

  • max_depth : how many (default=5)
  • omit_loop : omit node if pointer loop detected.(default=True)

Usage

Right click on the value then click "Open Object viewer".

  • TODO : gif image

TODO

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.

About

Graphical object viewer for IDA Pro.(Unmaintained and not completed. Use watch-view in IDA)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages