Every method, procedure, function, interrupt, local variables, etc. call place own return address (CS:IP) to the stack. If you place something on the stack, it will be decreased (eat the stack), until 0, then the stack overflow message will be appear...<br>
The common way to do this, write a recursive function with wrong exiting conditionals.<br>
<br>
Good luck. Bye, Otto.<br>
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.