문제

I double clicked on EIP in register window,but seems un-editable.

Why is EIP special?How can I change it?

alt text

도움이 되었습니까?

해결책

Find the location you want to set your EIP to, right click and select "New Origin Here". This will reset the EIP to the new address. You can confirm this by inspecting the registers at the top right.

In addition to the reply above, the EIP is basically the pointer to where the current line of execution is. It's used to keep a record of which instruction the program is executing in memory.

다른 팁

press Ctrl+g and type the value of EIP and press enter.

press Ctrl + * to set EIP.

The EIP register always contains the address of the next instruction to be executed.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top