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.
- Host: GitHub
- URL: https://github.com/vobst/ctf-hireme
- Owner: vobst
- Created: 2022-09-05T18:48:00.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-09-05T19:36:00.000Z (almost 4 years ago)
- Last Synced: 2025-03-22T15:14:49.966Z (over 1 year ago)
- Topics: cryptography, ctf-writeups, interview-questions, nintendo, reverse-engineering
- Language: Jupyter Notebook
- Homepage:
- Size: 71.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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!