system call table & calling conventions
·
Tips & theory
ROP 시 참고할 자료로 system call number와 인자 참조 순서. Chromium OS Docs - Linux System Call Table (googlesource.com) Chromium OS Docs - Linux System Call Table Linux System Call Table These are the system call numbers (NR) and their corresponding symbolic names. These vary significantly across architectures/ABIs, both in mappings and in actual name. This is a quick reference for people debugging things (e...