Igor’s tip of the week #95: Offsets
As we’ve mentioned before, the same numerical value can be used represented in different ways even ...
As we’ve mentioned before, the same numerical value can be used represented in different ways even ...
Variable-sized structures is a construct used to handle binary structures of variable size with the ...
COM aka Component Object Model is the technology used by Microsoft (and others) to create and use ...
The address details pane is a rather recent addition to IDA so probably not many users are familiar ...
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 ...
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 ...