Igor’s tip of the week #108: Raw memory accesses in pseudocode
Sometimes in pseudocode you may encounter strange-looking code:
Sometimes in pseudocode you may encounter strange-looking code:
The Hex-Rays decompiler was initially created to decompile C code, so its pseudocode output uses ...
The release notes for IDA 8.0 mention outlined functions. What are those and how to deal with them ...
We’ve already covered simple offsets, where an operand value or a data value matches an address in ...
Immediate search is one of three main search types available in IDA. While not that known, it can ...
As of the time of writing, IDA does not have a built-in plugin manager, so third-party plugins have ...
While working with pseudocode, you may make various changes to it, for example:
Variadic functions are functions which accept different number of arguments depending on the needs ...
When working with big functions in the decompiler, it may be useful to temporarily hide some parts ...