👨💻 Challenge provided by: Mark DeVito
🗺️ Location: Retro Emporium - Area: retroshop. Coordinates: 3, 6
Challenge File: floppy.img
GitHub URL (if HHC2025 is no longer available): floppy.img
Challenge Description
Join Mark in the retro shop. Analyze his disk image for a blast from the retro past and recover some classic treasures.
The floppy.img in the inventory has the following description:
You got yourself a floppy disk image from an old IBM PC! Retro!!!!
Solution
Mark gives us a floppy disk that we can download from the inventory. To solve the challenge, we can run strings on the file:
strings floppy.img | lessOne line in the output stands out relatively close to the beginning:
211 REM bWVycnkgY2hyaXN0bWFzIHRvIGFsbCBhbmQgdG8gYWxsIGEgZ29vZCBuaWdodAo=The Base64 string decodes to: merry christmas to all and to all a good night.
Solution: merry christmas to all and to all a good night
Extras
The solution provided above is the easy way, and who likes the easy way? To check an alternative solution (probably the intended one) and instructions on how to play the game, head to Retro Fun.