Qt 4.8.4 on Windows for IDA Pro C/C++ plug-in development – Part 3 of 3
Back in part 2 I went over how to setup a Visual Studio 2013 IDA Pro plug-in project to use the Qt 4.8.4 framework. Now we’ll discus the basics of creating custom user interfaces. With the Qt environment there is a build setup with it’s own tool-chain (located in your “C:\Qt\4.8.4\bin” folder). I’ll briefly cover the key […]
Qt 4.8.4 on Windows for IDA Pro C/C++ plug-in development – Part 2 of 3
Back in part 1 I showed you the first step in setting up Qt 4.8.4 with Visual Studio 2013 so you can add Qt to your IDA Pro plug-ins. Unfortunately Visual Studio extensions are version specific. The one that comes with 4.8.4 is made for VS2010 and probably without doing some major work you won’t get […]
Qt 4.8.4 on Windows for IDA Pro C/C++ plug-in development – Part 1 of 3
(Note this an advanced article. It assumes you know advanced C++, IDA Pro and it’s plug-in environment, etc). Now that IDA Pro has completely moved to Qt for it’s user interface you can really expand on it to make your own custom Qt user interfaces in IDA. You’re not locked in to using just IDA’s […]
WaitBoxEx: IDA Pro SDK show_wait_box() replacement
Today I present IDA WaitBoxEx: A full featured IDA Pro SDK wait box replacement with progress bar and customization options. Determinate style progress box:
IDA Plugin info
Here is a little utility I wrote to list IDA Pro plugin information. About 30 plugins come with the default IDA install (~60 if you count the .p64 versions), then you start adding your own and with others off the web it can get a little difficult to manage.