|
|
|
|
|
by khedoros1
3191 days ago
|
|
The registers look correct for the i386 ABI. eax for the system call number, then ebx, ecx, edx, esi, edi, ebp for the next 6 arguments. I skimmed a couple files in the code. And it seems like it might be parsing this information out of some other sources, and maybe getting confused about the info it's grabbing? https://github.com/thevivekpandey/syscalls-table-64bit |
|