I double clicked on EIP in register window,but seems un-editable.
Why is EIP special?How can I change it?

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
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.