All articles

Interviews, Igor's tips of the week, guides, industry best practices, and more.

Pythonic way

A brilliant blog post by Ero Carrera: IDAPython in action: ...

Tricky jump tables

Just a quick post to announce that we have published a small plugin to specify jump table ...

Easy structure types

I’m happy to tell you that a new build of the decompiler is ready! It introduces new easily ...

MRXDAV.SYS and Hex-Rays Decompiler

I wanted to present you a new plugin today. It was about switch idioms (jump tables). I spent a few ...

Debugger and process memory

Just a small note about the debugger plugins and events. Many users who try to develop a plugin for ...

Jump tables

It is an endless story: regardless of how many different jump table types IDA supports, there will ...

Decompiler output ctree

The upcoming version of the decompiler SDK adds some nice features. First, we created a reference ...

Hex-Rays SDK is ready!

A binary analysis tool like a decompiler is incomplete without a programming interface. Sure, ...