Igor’s Tip of the Week #149: Using symbolic constants in the decompiler
We’ve covered the usage of symbolic constants (enums) in the disassembly. but they are also useful ...
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 ...
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: