Igor’s tip of the week #51: Custom calling conventions
The Hex-Rays decompiler was originally created to deal with code produced by standard C compilers. ...
The Hex-Rays decompiler was originally created to deal with code produced by standard C compilers. ...
Although nowadays most IDA users probably use the graph view, the text view can still be useful in ...
Navigation band, also sometimes called the navigator, or navbar, is the UI element shown by default ...
We covered how to search for things in choosers (list views), but what if you need to look for ...
Hints (aka tooltips) are popup windows with text which appear when you hover the mouse cursor over ...
As we’ve mentioned before, the I in IDA stands for interactive, and we already covered some of the ...
In one of the previous posts, we’ve discussed how to edit types of functions and variables used in ...
IDA has a file loader named ‘hex’ which mainly supports loading of text-based file formats such as ...
Last week we started improving decompilation of a simple function. While you can go quite far with ...