| FindLicenseKey |
user@user:~/Downloads/FindLicenseKey$ ltrace ./findlicensekey admin
puts("Enter license key to continue: "Enter license key to continue:
) = 32
fflush(0x7fd506c205c0) = 0
__isoc23_scanf(0x55bc738cd088, 0x7ffcce288c40, 0x55bc738cd088, 0hello
) = 1
fflush(0x7fd506c1f8e0) = 0
strcmp("hello", "iycg1WpNIBTM3c8AA77MQUjz") = -1
puts("Invalid key"Invalid key
) = 12
+++ exited (status 2) +++
so key is iycg1WpNIBTM3c8AA77MQUjz :) |
2026-06-20 11:48 |