An open API service indexing awesome lists of open source software.

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

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
```