Igor’s Tip of the Week #121: Limiting search to an address range
When performing a search in IDA, it by default starts from the current position and continues up to ...
When performing a search in IDA, it by default starts from the current position and continues up to ...
Cross-references is one of the most useful features of IDA. For example, they allow you to see ...
Many keyboard shortcuts have been described on this blog, but they may be difficult to retain, ...
We’ve already covered simple offsets, where an operand value or a data value matches an address in ...
Variadic functions are functions which accept different number of arguments depending on the needs ...
When working with big functions in the decompiler, it may be useful to temporarily hide some parts ...
In IDA, an enum (from “enumeration”) is a set of symbolic constants with numerical values. They can ...
Variable-sized structures is a construct used to handle binary structures of variable size with the ...
When changing operand representation, you may need to check what are the operand types currently ...