Igor’s tip of the week #27: Fixing the stack pointer
As explained in Simplex method in IDA Pro, having correct stack change information is essential for ...
As explained in Simplex method in IDA Pro, having correct stack change information is essential for ...
Continuing from last week, let’s discuss other disassembly options you may want to change. Here’s ...
By default IDA’s disassembly listing shows the most essential information: disassembled ...
While register highlighting can help tracking how a register is used in the code, sometimes it’s ...
Graph view is the default disassembly representation in IDA GUI and is probably what most IDA users ...
IDA’s default windows layout is sufficient to perform most standard analysis tasks, however it may ...
When reverse-engineering, sometimes you need to perform some simple calculations. While you can ...
Even if you prefer to move around IDA by clicking, the G shortcut should be the one to remember. ...
When dealing with big programs or huge functions, you may want to know how various functions ...