4

I just was playing around with Windbg, debugging some application. At some point I had to manipulate EIP which was pretty easy in Windbg. But then once I switched back to Immunity, I could not figure out how to do the same thing.

Is there some way you can change the EIP inside Immunity?

theTheodidact
  • 380
  • 4
  • 16
Dirk
  • 443
  • 1
  • 5
  • 13

2 Answers2

6

Right click the code, select 'New Origin here' done

Stolas
  • 2,331
  • 14
  • 34
2

Alternatively, you can select an address and press ctrl + * (use the * at the right pad)

jyz
  • 498
  • 2
  • 12