https://github.com/jcande/xenocryst
A brainfuck interpreter written for memcpy(). Read the paper (or source) for more details.
https://github.com/jcande/xenocryst
Last synced: 5 months ago
JSON representation
A brainfuck interpreter written for memcpy(). Read the paper (or source) for more details.
- Host: GitHub
- URL: https://github.com/jcande/xenocryst
- Owner: jcande
- Created: 2016-04-24T20:45:17.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2016-04-24T21:00:32.000Z (almost 9 years ago)
- Last Synced: 2024-04-24T15:34:04.851Z (12 months ago)
- Language: C
- Homepage: https://www.usenix.org/system/files/conference/woot15/woot15-paper-rushanan.pdf
- Size: 21.5 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- AwesomeInterpreter - xenocryst
README
# xenocryst
This was used as a challenge for blazectf 2016. Initial source code taken from https://github.com/stevecheckoway/rundma .