Igor’s tip of the week #72: More string literals
We’ve covered basics of working with string constants (aka string literals) before but IDA support ...
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 ...
While using the decompiler, sometimes you may have seen the item named Split expression in the ...
In compiled code, you can sometimes find instructions which do not directly represent the code ...
We’ve already described custom types used in the decompiled code, but you may also encounter some ...
When working with pseudocode in the decompiler, you may have noticed that variable declarations and ...
The stack frame is part of the stack which is managed by the current function and contains the data ...
While not commonly used, full-screen mode can be useful on complex IDA layouts when working with a ...