Igor’s Tip of the Week #132: Finding “hidden” cross-references
When analyzing firmware or other binaries without metadata, IDA is not always able to discover and ...
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 ...
When dealing with structure instances in disassembly, sometimes you may want to change how IDA ...
Although IDA was initially created for interactive usage and tries to automate as much of the ...
When disassembling, you are probably more interested in seeing the code (disassembly or pseudocode) ...