Changes

Jump to navigation Jump to search
517 bytes added ,  18:59, 26 September 2017
Line 54: Line 54:  
| ... || || Handles to move
 
| ... || || Handles to move
 
|}
 
|}
 +
 +
Sysmodules load the last u64 of rawdata when handling the PID. This is not written by kernel. For sysmodule handling:
 +
* In some cases: The rawdata_u64 is written to stack as the initial PID, but this is never used since the get-pid function always overwrites the output PID when it returns retval 0.
 +
* In other cases: The rawdata_u64 is compared with the PID from the descriptor. On mismatch and when rawdata_u64!=0, error 0x60A is returned. The PID value passed to the cmdhandler vtable funcptr is the rawdata_u64.
    
=== Buffer descriptor X "Pointer" ===
 
=== Buffer descriptor X "Pointer" ===

Navigation menu