Igor’s tip of the week #91: Item flags
When changing operand representation, you may need to check what are the operand types currently ...
When changing operand representation, you may need to check what are the operand types currently ...
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 ...
As software systems becomes more complex, we at Hex-Rays have witnessed a growing desire for more ...
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 ...