Editing Hypervisor Reverse Engineering
Jump to navigation
Jump to search
The edit can be undone. Please check the comparison below to verify that this is what you want to do, and then publish the changes below to finish undoing the edit.
Latest revision | Your text | ||
Line 217: | Line 217: | ||
0xE - int kill(int pid, int signal_type) | 0xE - int kill(int pid, int signal_type) | ||
0xF - int brk(void * | 0xF - int brk(void *) | ||
0x10 - int socket(int af, int type, int protocol) (supports only address family 0x1F, type 0x0 and protocol 0x0) | 0x10 - int socket(int af, int type, int protocol) (supports only address family 0x1F, type 0x0 and protocol 0x0) | ||
Line 247: | Line 247: | ||
0x1D - unmap_pages(...) (used for free) | 0x1D - unmap_pages(...) (used for free) | ||
0x1E - | 0x1E - select(...) | ||
0x1F - getcwd(...) | 0x1F - getcwd(...) | ||
Line 253: | Line 253: | ||
0x20 - Not used | 0x20 - Not used | ||
0x21 - | 0x21 - alarm(...) | ||
0x22 - | 0x22 - ioctl(...) | ||
0x23 - pme_memalign(...) | 0x23 - pme_memalign(...) |