Igor’s tip of the week #79: Handling variable reuse
Previously we’ve discussed how to reduce the number of variables used in pseudocode by mapping ...
Previously we’ve discussed how to reduce the number of variables used in pseudocode by mapping ...
Quick rename can be useful when you have code which copies data around so the variable names stay ...
One of the features added in IDA 7.6 was automatic renaming of variables in the decompiler.
In C, union is a type similar to a struct but in which all members (possibly of different types) ...
Although the Hex-Rays decompiler was originally written to deal with compiler-generated code, it ...
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 ...