ZetechCTF
PWN Namelen This challenge was an easy buffer overflow where you had to fill the buffer with a specific set of characters.
Using Ghidra we can actually get to see this.
We do get to see that the main function calls another function called bufcheck()
Analyzing this function we see that there is an if function. The if function firs checks if sVar1 = 0x14. It also checks if the characters are i .