Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/faithbyte/rainfall

If you enjoy solving tough puzzles with pure skill, this project is for you! It’s like unlocking a treasure chest β€” using assembly and binary exploitation to crack each level. A challenge you won’t regret! πŸ”
https://github.com/faithbyte/rainfall

assembly binary-exploitation ctf cybersecurity ret2libc reverse-engineering

Last synced: 2 days ago
JSON representation

If you enjoy solving tough puzzles with pure skill, this project is for you! It’s like unlocking a treasure chest β€” using assembly and binary exploitation to crack each level. A challenge you won’t regret! πŸ”

Awesome Lists containing this project

README

        

# rainfall

## LEVEL 0

- [ACLs](https://www.geeksforgeeks.org/access-control-listsacl-linux/)
- [Real, Effective and Saved UserID](https://www.geeksforgeeks.org/real-effective-and-saved-userid-in-linux/)

### Reversing:
- [getegid](https://pubs.opengroup.org/onlinepubs/9699919799.2016edition/functions/getegid.html)
- [geteuid](https://pubs.opengroup.org/onlinepubs/000095399/functions/geteuid.html)
- [setresuid - setresgid](https://linux.die.net/man/2/setresuid)
- [execve](https://man7.org/linux/man-pages/man2/execve.2.html)