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:
When you open a decompilable file in IDA, you get this somewhat mysterious item in the Help menu:
This is a guest entry written by the Airbus CERT team. Their views and opinions are their own and ...
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 ...
The Rust language is gaining popularity and nowadays even malware authors started using it, which ...
We’ve covered exporting disassembly from IDA before but it was in context of interoperability, when ...