Igor’s tip of the week #90: Suspicious operand limits
Although in general case the problem of correct disassembly is unsolvable, in practice it can get ...
Although in general case the problem of correct disassembly is unsolvable, in practice it can get ...
Last time we used operand types to make a function more readable and understand its behavior ...
We’ve mentioned operand representation before but today we’ll use a specific one to find the Easter ...
We’ve covered function chunks last week and today we’ll show an example of how to use them in ...
In IDA, function is a sequence of instructions grouped together. Usually it corresponds to a ...
Although IDA has been created first and foremost to analyze binaries in “black box” mode, i.e. ...
We’ve covered arrays previously, but one feature briefly mentioned there is worth a separate ...
We’ve covered the major pseudocode formatting options previously but there is one more option which ...
The default output of the Hex-Rays decompiler tries to strike a balance between conciseness and ...