Igor’s Tip of the Week #113: Image-relative Offsets (RVA)
Image-relative offsets are values that represent an offset from the image base of the current ...
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 ...
We’ve already covered simple offsets, where an operand value or a data value matches an address in ...