- strace to run and we find:

- Changing our inputs, we find that a string with length 47 will overflow the input

- Look at binary ninja, and find these hardcoded values in the memory

cors33
aW5ub2NlbnQ=
- The win condition is:

- With pwndbg, it simply checks if netrunner2d is within that segment

- With a cyclic pattern, we find that the offset is 37

