Igor’s tip of the week #81: Database notepad
There are multiple ways of annotating IDA databases: renaming, commenting, or adding bookmarks. ...
There are multiple ways of annotating IDA databases: renaming, commenting, or adding bookmarks. ...
In addition to comments, IDA offers a few more features for annotating and quickly navigating in ...
Previously we’ve discussed how to reduce the number of variables used in pseudocode by mapping ...
During the work with binaries, IDA sometimes shows warnings to inform the user about unusual or ...
Quick rename can be useful when you have code which copies data around so the variable names stay ...
One of the features added in IDA 7.6 was automatic renaming of variables in the decompiler.
In C, union is a type similar to a struct but in which all members (possibly of different types) ...
Many features of IDA and other disassemblers are taken for granted nowadays but it’s not always ...
Output window is part of IDA’s default desktop layout and shows various messages from IDA and ...