Igor’s tip of the week #104: Immediate search
Immediate search is one of three main search types available in IDA. While not that known, it can ...
Immediate search is one of three main search types available in IDA. While not that known, it can ...
As of the time of writing, IDA does not have a built-in plugin manager, so third-party plugins have ...
While working with pseudocode, you may make various changes to it, for example:
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 ...
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 ...
A friendly heads-up to IDA users: we just published a vulnerability fix for a potential double-free ...