An open API service indexing awesome lists of open source software.

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

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.