How to track RIP/EIP (Instruction pointer) value while debugging

895 Views Asked by At

While debugging, when a debugger hits, the value of RIP register is the current address where debugger was attached. But, Is there a way to know previous value of RIP/EIP register, so that it would be clear what opcode executed before that current opcode?

0

There are 0 best solutions below