Skip to content

Latest commit

 

History

History
13 lines (7 loc) · 280 Bytes

NOTES.md

File metadata and controls

13 lines (7 loc) · 280 Bytes

Find out called syscalls

Run the test with test name as first and pledge string as 2nd arg, such as:

strace ./inet test_gethostbyname 'inet dns'

ARM

Syscall number is loaded into r7 for syscall.

(gdb) info registers

Compare with /usr/include/asm/unistd-common.h