Skip To Content

Kevin Weatherman's Blog

Software Internals, Thoughts on Security, and Reverse Engineering

Menu
  • Home
  • 2015
  • March
Uncategorized
March 5, 2015February 3, 2022admin

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 […]

Read More
Uncategorized
March 5, 2015February 3, 2022admin

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:

Read More
© 2010-2022 Kevin Weatherman