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 14: | Line 14: | ||
*'''There are actually 2 HSPRG0 values: one for each thread of Cell CPU''' !!! | *'''There are actually 2 HSPRG0 values: one for each thread of Cell CPU''' !!! | ||
*There is a HSPRG0 array at 0x8(-0x69A0(HSPRG0)) + 0x20. | *There is a HSPRG0 array at 0x8(-0x69A0(HSPRG0)) + 0x20. | ||
l | |||
= LPAR = | = LPAR = | ||
Line 217: | Line 218: | ||
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 248: | ||
0x1D - unmap_pages(...) (used for free) | 0x1D - unmap_pages(...) (used for free) | ||
0x1E - | 0x1E - select(...) | ||
0x1F - getcwd(...) | 0x1F - getcwd(...) | ||
Line 253: | Line 254: | ||
0x20 - Not used | 0x20 - Not used | ||
0x21 - | 0x21 - alarm(...) | ||
0x22 - | 0x22 - ioctl(...) | ||
0x23 - pme_memalign(...) | 0x23 - pme_memalign(...) |