https://github.com/louisdeck/coinmachine
A wargame in C
https://github.com/louisdeck/coinmachine
binary-exploitation c cryptography ctf wargame
Last synced: 9 months ago
JSON representation
A wargame in C
- Host: GitHub
- URL: https://github.com/louisdeck/coinmachine
- Owner: louisdeck
- Created: 2022-05-14T13:38:46.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-05-14T13:48:16.000Z (over 3 years ago)
- Last Synced: 2024-10-24T08:29:34.537Z (about 1 year ago)
- Topics: binary-exploitation, c, cryptography, ctf, wargame
- Language: C
- Homepage:
- Size: 4.88 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```