Igor’s tip of the week #99: Enums
In IDA, an enum (from “enumeration”) is a set of symbolic constants with numerical values. They can ...
In IDA, an enum (from “enumeration”) is a set of symbolic constants with numerical values. They can ...
The autoanalysis engine is the heart of IDA’s disassembly functionality. In most cases it “just ...
We have covered basic usage of cross-references before, but there are situations where they may not ...
Although most of the time IDA is used to work on single, self-contained file (e.g. an executable, ...
As we’ve mentioned before, the same numerical value can be used represented in different ways even ...
Variable-sized structures is a construct used to handle binary structures of variable size with the ...
COM aka Component Object Model is the technology used by Microsoft (and others) to create and use ...
The address details pane is a rather recent addition to IDA so probably not many users are familiar ...
When changing operand representation, you may need to check what are the operand types currently ...