Igor’s Tip of the Week #152: Force-creating functions
Occasionally, especially when working with embedded firmware or obfuscated code, you may see an ...
Occasionally, especially when working with embedded firmware or obfuscated code, you may see an ...
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:
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 ...