https://github.com/dimosr/os-riddle
An OS challenge
https://github.com/dimosr/os-riddle
bash c linux operating-system
Last synced: about 1 year ago
JSON representation
An OS challenge
- Host: GitHub
- URL: https://github.com/dimosr/os-riddle
- Owner: dimosr
- Created: 2017-03-10T00:25:36.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2017-03-10T08:58:40.000Z (about 9 years ago)
- Last Synced: 2025-01-04T23:17:23.166Z (about 1 year ago)
- Topics: bash, c, linux, operating-system
- Size: 14.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# An Operating Systems challenge
Are you into an Operating Systems hacking session ?
You found the right repo!
# How to
Simply clone the repo & execute:
```ssh
./riddle
```
Don't know how to start ? Execute:
```
ltrace ./riddle
```
You can figure out everything else on your own now. Enjoy!
# Resetting the challenge
If you want to reset the challenge, just remove the file ```riddle.savegame```:
```ssh
rm riddle.savegame
```