You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello! I had been looking into solutions for the bufbomb project, and much thanks for your very kind sharing of answer! However, I am eager to look into more working principles of the solutions. I think your first 4 solutions are very intuitive, but the 5th problem, Nitroglycerin, had been very difficult for me to understand.
I have a few questions, and I wish that you can spend some time to help me and other people who has the same kind of confusion, and possibly an improvement to your wonderful project.
First, why would you pick 509 as a number to duplicate the nop 0x90? The buffer is 512 in bytes and I thought 512 0x90s should be the "intuitive" number? (509 is correct for me!)
What's the logic behind picking the maximum addr in the third part? The part where you run the nitro version of program once and used info reg to look into $ebp-0x208.
Again, your efforts are very much appreciated, and I look forward for your reply!
The text was updated successfully, but these errors were encountered:
Hello! I had been looking into solutions for the
bufbomb
project, and much thanks for your very kind sharing of answer! However, I am eager to look into more working principles of the solutions. I think your first 4 solutions are very intuitive, but the 5th problem,Nitroglycerin
, had been very difficult for me to understand.I have a few questions, and I wish that you can spend some time to help me and other people who has the same kind of confusion, and possibly an improvement to your wonderful project.
0x90
? The buffer is 512 in bytes and I thought 5120x90
s should be the "intuitive" number? (509 is correct for me!)$ebp-0x208
.Again, your efforts are very much appreciated, and I look forward for your reply!
The text was updated successfully, but these errors were encountered: