Fixed debug output format for NtCreateFile.
This commit is contained in:
parent
5176a7e7c9
commit
f59ff2e44a
|
@ -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,
|
||||||
|
|
Loading…
Reference in New Issue