osirislab / ctf101

CTF101, a wiki-project documenting Capture The Flag techniques.
https://ctf101.org/
MIT License
106 stars 23 forks source link

ctf101.org binary exploitation memory address typo #22

Open Doplgamer opened 3 months ago

Doplgamer commented 3 months ago

https://ctf101.org/binary-exploitation/what-is-the-stack/ For the representation of the stack within this instruction:

Screenshot 2024-05-16 at 5 18 39 AM

ESP is first shown to be 0xfffeffec, but in the actual stack, it's wrongly 0xfffefffc

davidchiii commented 3 months ago

@M0rtale can you take a look?

M0rtale commented 3 months ago

23

@Doplgamer Can you check it out?

Doplgamer commented 3 months ago

@M0rtale As far as I can tell, the changes made on what I originally saw look good; that being said, regarding the entire markdown file, I'm still learning assembly, so I don't want to overstep and potentially give false information for anything I'm not confident about.