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

https://github.com/vobst/ctf-hireme

Solution for NERD's HireMe.c challenge.
https://github.com/vobst/ctf-hireme

cryptography ctf-writeups interview-questions nintendo reverse-engineering

Last synced: 12 months ago
JSON representation

Solution for NERD's HireMe.c challenge.

Awesome Lists containing this project

README

          

# Hire Me!!!!!!!! ...
... is the title of a [programming challenge](https://www.nerd.nintendo.com/files/HireMe) by [Nintendo Europe R&D (NERD)](https://www.nerd.nintendo.com/). This repository contains a blog post about my journey solving this challenge. It is in the form of a [Jupyter notebook](https://jupyter-notebook.readthedocs.io/en/latest/). Jupyter notebooks is a free [notebook programming environment](https://en.wikipedia.org/wiki/Notebook_interface) available for many programming languages that runs in your web browser.

To view this post you can either install and launch jupyter locally
```
git clone https://github.com/vobst/ctf-hireme && cd ctf-hireme
python3 -m venv .env/
source .env/bin/activate
pip3 install jupyter
jupyter-notebook
```
or use one of the [many](https://mybinder.org/) [web](https://jupyter.org/try-jupyter/lab/) [based](https://jupyter.org/try-jupyter/retro/notebooks/?path=notebooks/Intro.ipynb) solutions. You can also view a non-interactive, somewhat unfortunately formatted version directly on Github. Have fun!