if I'm invoking a syscall for example write syscall then where are it's parameter (file descriptor, char buf* , length/size) are stored in the stack ??.....are they stored in the registers ?? And can I see them after disassembling the code
It depends on the calling convention of your target architecture
Обсуждают сегодня