How-To: Display EIP/ESP CPU Register Addresses

This one is simple. Just use the following command:

ps ax -eo pid,eip,esp,user,command

It will display processes showing the address to EIP and ESP CPU registers.

Unless otherwise stated, the content of this page is licensed under Creative Commons Attribution-NonCommercial-ShareAlike 3.0 License