Igor’s tip of the week #14: Comments in IDA
The “I” in IDA stands for interactive, and one of the most common interactive actions you can ...
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 ...
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 ...