Re: x86 Stack Confusion



shellcode wrote:

.....
esp_val		db	"Value of EBP: %p",0xA,0
ebp_val		db	"Value of ESP: %p",0xA,0

Swapping these around so the label matches what they print will clear up a good deal of the confusion. :)


Best,
Frank

.