Fixed debug output format for NtCreateFile.
This commit is contained in:
@@ -46,7 +46,7 @@ SHIM_CALL NtCreateFile_shim(
|
|||||||
uint32_t creation_disposition = SHIM_GET_ARG_32(7);
|
uint32_t creation_disposition = SHIM_GET_ARG_32(7);
|
||||||
|
|
||||||
XELOGD(
|
XELOGD(
|
||||||
"NtCreateFile(%.8X, %d, %.8X, %.8X, %.8X, %.8X, %.8X, %.8X)",
|
"NtCreateFile(%.8X, %.8X, %.8X, %.8X, %.8X, %.8X, %d, %d)",
|
||||||
handle_ptr,
|
handle_ptr,
|
||||||
desired_access,
|
desired_access,
|
||||||
object_attributes_ptr,
|
object_attributes_ptr,
|
||||||
|
|||||||
Reference in New Issue
Block a user