Igor’s Tip of the Week #158: Refreshing pseudocode
When working with the decompiler, you probably spend most of the time in the pseudocode view, since ...
When working with the decompiler, you probably spend most of the time in the pseudocode view, since ...
When you need to change the prototype of a function in the decompiler, the standard way is to use ...
We’ve covered splitting expressions before, but there may be situations where it can’t be used.
When working with a binary in IDA, most of the time you probably use one of the main views: ...
When using the decompiler, you probably spend most of the time in the Pseudocode view. In case you ...
Previously, we’ve run into a function which produces a cryptic error if you try to decompile it:
We’ve covered the usage of symbolic constants (enums) in the disassembly. but they are also useful ...
This error is not very common but may appear in some situations.
The Hex-Rays decompiler has been designed to decompile compiler-generated code, so while it can ...