Igor’s Tip of the Week #171: Enums as structure members
We’ve seen how custom structures can be used to format data tables nicely, but sometimes you can ...
We’ve seen how custom structures can be used to format data tables nicely, but sometimes you can ...
Creating user-defined structures can be quite useful both in disassembly and pseudocode when ...
When you load a file into IDA, whether a standard executable format (e.g. PE, ELF, Macho-O), or a ...
Occasionally you may run into the following error message:
IDA supports different representations for the instruction operands and data items. However, only ...
Let’s consider this snippet from decompilation of an x86 Windows binary:
The Functions list is probably the most known and used part of IDA’s default desktop layout. It ...
Let’s say you found a promising-looking string in the binary, followed the cross reference to the ...
As covered before, the action “Create struct from selection” can be used to quickly create ...