No description
Find a file
2025-04-16 16:06:11 +02:00
src refactor 2025-04-16 15:57:10 +02:00
.gitignore pause, obfuscation, challenge 2025-04-16 15:55:05 +02:00
Cargo.lock pause, obfuscation, challenge 2025-04-16 15:55:05 +02:00
Cargo.toml pause, obfuscation, challenge 2025-04-16 15:55:05 +02:00
CHALLENGE-NOTES.txt pause, obfuscation, challenge 2025-04-16 15:55:05 +02:00
CHALLENGE-SOLUTION.txt pause, obfuscation, challenge 2025-04-16 15:55:05 +02:00
prepare-challenge.sh lock 2025-04-16 16:06:11 +02:00
README.md readme update 2025-04-16 16:05:47 +02:00

timars

Timars is two things at once: It lets you calculate time between two clock times, and it lets you hide some secret beneath an intended binary exploitation.

$ ./timars -f 09:15 -t 17:30 -p 00:45
from            : 09:15
to              : 17:30
pause           : 00:45
difference      : 07:30

If you find the correct combination of inputs, it prints a secret defined at compile time. The secret is obfuscated so that it is not part of the executable strings.