Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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! π
- Host: GitHub
- URL: https://github.com/faithbyte/rainfall
- Owner: faithByte
- Created: 2024-11-30T13:12:55.000Z (2 months ago)
- Default Branch: main
- Last Pushed: 2024-12-08T11:22:46.000Z (about 2 months ago)
- Last Synced: 2025-02-03T14:12:14.770Z (2 days ago)
- Topics: assembly, binary-exploitation, ctf, cybersecurity, ret2libc, reverse-engineering
- Language: C
- Homepage:
- Size: 12.7 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)