Igor’s tip of the week #15: Comments in structures and enums
Last week we’ve discussed various kinds of comments in IDA’s disassembly and pseudocode views.
Last week we’ve discussed various kinds of comments in IDA’s disassembly and pseudocode views.
The “I” in IDA stands for interactive, and one of the most common interactive actions you can ...
Most of IDA users probably analyze software that uses English or another Latin-based alphabet. Thus ...
Sometimes you know the structure size but not the actual layout yet. For example, when the size of ...
When reverse engineering a big program, you often run into information stored in structures. The ...
Arrays are used in IDA to represent a sequence of multiple items of the same type: basic types ...
While working in IDA, sometimes you may need to reanalyze some parts of your database, for example:
We’ve briefly covered batch mode last time but the basic functionality is not always enough so ...
Most IDA users probably run IDA as a stand-alone application and use the UI to configure various ...