Hello guys !
I have a question Is it possible to get pointer to the EIP register ? And would i be able to change the address of the EIP register and then restore it bcak ? If yes how ? I googled it first but I didnt find anything useful
All EIP is, is the pointer to the CURRENT INSTRUCTION that is being executed under the specified context... as they said GTC / STC
you really can't reverse too much with EIP alone, you would have to have access to a lot more for it to be practical.