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 ...
Along with the release of Service Pack 3 for IDA 7.5, we have updated our XNU Debugging Tutorial ...
Most of IDA users probably analyze software that uses English or another Latin-based alphabet. Thus ...
Hex-Rays announces the release of Service Pack 3 (SP3) for IDA Pro 7.5.
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: