korsader on 4:45 AM 06/14/2020:
puts("Whats my name?");
do
fgets(&v4, 6, __stdinp);
while ( strcmp(&v4, "mrmtg") );
puts("You got it!");
thx!
mrmtg on 10:48 AM 06/16/2020: You pretty much got it, except the loop
Shmuel_S on 6:56 AM 08/14/2020: hey! so having trouble running the file in my kali, but found the password in Cutter. is there a simple way to run it on kali? did i miss something? thanks!
nefarious on 8:26 PM 10/20/2020: @Shmuel_S you can't run it in kali because it's not an ELF (linux) executable. It's a 64bit Mach-O, which is what macOS uses. There may be a way to emulate with something like qemu, you'd have to look into that.