Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/louisdeck/coinmachine

A wargame in C
https://github.com/louisdeck/coinmachine

binary-exploitation c cryptography ctf wargame

Last synced: 25 days ago
JSON representation

A wargame in C

Awesome Lists containing this project

README

        

# coinmachine

A wargame in C

How to compile :

```bash
#!/bin/bash

gcc -fno-stack-protector -no-pie -m32 coinmachine.c -o coinmachine

sudo chown root:root flag.txt
sudo chmod 600 flag.txt

sudo chown root:root coinmachine
sudo chmod 4655 coinmachine
```