Igor’s Tip of the Week #151: Fixing “function frame is wrong”
Previously, we’ve run into a function which produces a cryptic error if you try to decompile it:
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 ...
While exporting text disassembly is enough in many cases, many users nowadays prefer IDA’s graph ...
We’ve covered exporting disassembly from IDA before but it was in context of interoperability, when ...
Many processors (especially RISC based) use instruction sets with fixed size (most commonly 4 ...
When decompiling code without high-level metadata (especially firmware), you may observe ...
When working on a binary, you often recover types used in it from many sources: