WatchDBG-IDA

Add a watch view to your IDA 7.0 similar to Visual Studio's watch view!

Download

한글 설명

Install

Put everything in src directory to plugins directory of your IDA installation. (Default: C:\Program Files\IDA 7.0\plugins)

Usage

While you are debugging...

And just continue debugging. Changed values in watch will be automatically updated.

Add Dialog

Watch View Window

Available types

[type] [size] will be converted to type arr[size];

For example, int32 5 will be converted to int32 arr[5];

Furthermore, char 3 4 5 will be converted to int8 arr[5][4][3];

Screenshots

Overview Overview Overview Overview Overview