Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/louisdeck/coinmachine
- Owner: louisdeck
- Created: 2022-05-14T13:38:46.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-05-14T13:48:16.000Z (over 2 years ago)
- Last Synced: 2024-07-29T20:30:23.119Z (4 months 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/bashgcc -fno-stack-protector -no-pie -m32 coinmachine.c -o coinmachine
sudo chown root:root flag.txt
sudo chmod 600 flag.txtsudo chown root:root coinmachine
sudo chmod 4655 coinmachine
```