Igor’s tip of the week #77: Mapped variables
Quick rename can be useful when you have code which copies data around so the variable names stay ...
Quick rename can be useful when you have code which copies data around so the variable names stay ...
One of the features added in IDA 7.6 was automatic renaming of variables in the decompiler.
In C, union is a type similar to a struct but in which all members (possibly of different types) ...
Many features of IDA and other disassemblers are taken for granted nowadays but it’s not always ...
The first 2022 IDA training session will take place online from 16-20 and 23-25 May 2022 , from 9am ...
Output window is part of IDA’s default desktop layout and shows various messages from IDA and ...
We’ve covered basics of working with string constants (aka string literals) before but IDA support ...
Although the Hex-Rays decompiler was originally written to deal with compiler-generated code, it ...
The last week’s post got preempted by the IDA 7.7 release so I’ll take this opportunity to ...