https://github.com/inndy/vul-rpg
A damn vulnerable text-based role-playing-game
https://github.com/inndy/vul-rpg
Last synced: 3 months ago
JSON representation
A damn vulnerable text-based role-playing-game
- Host: GitHub
- URL: https://github.com/inndy/vul-rpg
- Owner: Inndy
- License: mit
- Created: 2015-08-03T04:00:42.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2015-08-04T13:18:27.000Z (over 10 years ago)
- Last Synced: 2025-04-21T18:05:36.031Z (9 months ago)
- Language: C
- Size: 117 KB
- Stars: 5
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Vul-RPG
A damn vulnerability text-based role-playing-game for security training purpose.
# Vulnerability List
- string format vulnerability (printf)
- buffer overflow vulnerability
- heap overflow vulnerability
- weak PRNG
# TODO
- [X] Basic Code Architecture
- [ ] Opening
- [ ] Monster Data
- [ ] Skill Data
- [ ] Consume Item Data
- [ ] Battle System
- [ ] Item Shop
- [ ] World Map
- [ ] Save / Restore
- [ ] i18n
- [ ] Translate
# License
[MIT License](LICENSE)