Retro2Win
Binary Exploitation
Arch: amd64-64-little
RELRO: Partial RELRO
Stack: No canary found
NX: NX enabled
PIE: No PIE (0x400000)
Stripped: Noundefined8 main(void)
{
int local_c;
do {
while( true ) {
while( true ) {
show_main_menu();
__isoc99_scanf(&DAT_00400c19,&local_c);
getchar();
if (local_c != 2) break;
battle_dragon();
}
if (2 < local_c) break;
if (local_c == 1) {
explore_forest();
}
else {
LAB_0040093b:
puts("Invalid choice! Please select a valid option.");
}
}
if (local_c == 3) {
puts("Quitting game...");
return 0;
}
if (local_c != 0x539) goto LAB_0040093b;
enter_cheatcode(); // LOOK HERE
} while( true );
}
Last updated