Igor’s Tip of the Week #114: Split offsets
Previously, we have covered offset expressions which fit into a single instruction operand or data ...
Previously, we have covered offset expressions which fit into a single instruction operand or data ...
Image-relative offsets are values that represent an offset from the image base of the current ...
When working with big functions in the decompiler, it may be difficult to find what you need if the ...
Many keyboard shortcuts have been described on this blog, but they may be difficult to retain, ...
We’ve covered offsets with base previously. There is a variation of such offsets commonly used in ...
The Hex view is used to display the contents of the database as a hex dump. It is also used during ...
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 ...