The Blog
In-depth tutorials and the best quality resources for IDA.
This short entry is just to tell you that the decompiler got a name: Hex-Rays and it goes to the ...
Analyzing binary executables can be a very boring activity, especially when you get used to the ...
As promised, here is the plugin which demonstrates how to create a very simple custom viewer in IDA ...
IDA v5.1 introduces the notion of dynamic colors. Plugins can install a callback which dynamically ...
Ever tried to run many instances of IDA simultaneously? I mean, not only one or two, but much more, ...
Did you know that you can add your own cross-references to the listing? There are even several ...
Writing boot code is useful for many reasons, whether you are:
We all know that call invokes a function and ret returns to the caller. Alas, nothing is certain in ...