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

https://github.com/faithByte/rainfall


https://github.com/faithByte/rainfall

assembly binary-exploitation ctf cybersecurity reverse-engineering

Last synced: 7 months ago
JSON representation

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)