Guessing the random number using a simple stack overflow
This is a solution walkthrough to the guess challenge https://platform.intervee.io/challengeinfocard/guess The virtual interviewer says: “Find an input, so the command ‘./guess.o [your_input]’ will print the good message.“ When typing ls, you can see both the source code and the executable itself. Let’s read the source code: Let’s focus on this piece of code (take a …
Guessing the random number using a simple stack overflow Read More »