i get a NULL EIP when i do stack pivot with xchg eax, esp
i am new to assembly and was just doing an exercise from the uni programming course. I tried to make to pivot the esp to new values with the instruction xchg eax, esp but i get eip=00000000 afterwards. what am i doing wrong?
Continue reading i get a NULL EIP when i do stack pivot with xchg eax, esp