Igor’s tip of the week #89: En masse operations
Last time we used operand types to make a function more readable and understand its behavior ...
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 ...
We’ve covered the major pseudocode formatting options previously but there is one more option which ...
In addition to comments, IDA offers a few more features for annotating and quickly navigating in ...
Previously we’ve discussed how to reduce the number of variables used in pseudocode by mapping ...
During the work with binaries, IDA sometimes shows warnings to inform the user about unusual or ...
Quick rename can be useful when you have code which copies data around so the variable names stay ...