Igor’s Tip of the Week #177: Unused argument attribute
In one of the past tips we mentioned the __unused attribute which can be applied to function ...
In one of the past tips we mentioned the __unused attribute which can be applied to function ...
Previously, we discussed a situation where the decompiler wrongly used a combined stack slot for ...
Previously we’ve seen how to do small edits to types directly from the pseudocode view. While this ...
We already know that user-defined types such as structures and enums can be created and edited ...
Occasionally you may run into the following error message:
Let’s consider this snippet from decompilation of an x86 Windows binary:
Let’s say you found a promising-looking string in the binary, followed the cross reference to the ...
In order to faithfully represent the behavior of the code and to conform to the rules of the C ...
In order to show the user only the most relevant code and hide the unnecessary clutter, the ...