Igor’s Tip of the Week #137: Processor modes and segment registers
Some of the processors supported by IDA support different ISA variants, in particular:
Some of the processors supported by IDA support different ISA variants, in particular:
Although most of the time you can probably do all of the reversing inside IDA, occasionally you may ...
Sometimes you may see mysterious align keywords in the disassembly, which can appear both in code ...
When analyzing firmware or other binaries without metadata, IDA is not always able to discover and ...
We’ve covered choosers previously and talked about searching, sorting and filtering. The default ...
Using the string list is one way to look for text in the binary but it has its downsides: building ...
When exploring an unfamiliar binary, it may be difficult to find interesting places to start from. ...
When analyzing regular, well-formed binaries, you can usually rely on IDA’s autoanalysis to create ...
Some functions in programs do not return to caller: well-known examples include C runtime functions ...