https://github.com/almayor/rainfall
Learning about reverse engineering and buffer overflow attacks
https://github.com/almayor/rainfall
buffer-overflow-attack reverse-engineering school-21 security
Last synced: 3 months ago
JSON representation
Learning about reverse engineering and buffer overflow attacks
- Host: GitHub
- URL: https://github.com/almayor/rainfall
- Owner: almayor
- Created: 2022-01-17T09:52:54.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2022-06-19T14:15:54.000Z (almost 3 years ago)
- Last Synced: 2025-01-30T05:26:43.106Z (5 months ago)
- Topics: buffer-overflow-attack, reverse-engineering, school-21, security
- Language: HTML
- Homepage:
- Size: 5.18 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# RainFall
A security challenge covering topics, such as reverse engineering, buffer overflows and format string exploitation.
* [Official Instructions](docs/en.subject.pdf)
* [Walkthrough](https://almayor.github.io/rainfall/)## Resources
Throughout the project we used the following tools:
* [Binary Ninja](https://cloud.binary.ninja/) – a free binary analyzer in the cloud
* [Shellcode database](http://shell-storm.org/shellcode/)
* [Buffer overflow pattern generator](https://wiremask.eu/tools/buffer-overflow-pattern-generator/)## Acknowledgements
I'm grateful to [@Avokada](https://github.com/Avokada) for being an awesome teammate and to the entire team behind [School 21](https://21-school.ru) for the opportunity to do these interesting projects.