Igor’s Tip of the Week #143: Fixing wrong address references in the decompiler
When decompiling code without high-level metadata (especially firmware), you may observe ...
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:
While working with decompiled code and retyping variables (or sometimes when they get typed by the ...
Previously we’ve described how to use available type info to make decompilation of calls more ...
When dealing with compile binary code, the decompiler lacks information present in the source code, ...
We’ve covered structure creation using disassembly or Local Types, but there is also a way of doing ...
While currently (as of version 8.1) the Hex-Rays decompiler does not try to perform full type ...
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 ...