parent
835a9e6f19
commit
2b12cc4f09
|
@ -106,6 +106,7 @@ jobs:
|
|||
echo 'resumeed->resumed' >> dictionary.txt
|
||||
echo 'autoamtic->automatic' >> dictionary.txt
|
||||
echo 'connencted->connected' >> dictionary.txt
|
||||
echo 'querygin->querying' >> dictionary.txt
|
||||
echo 'crome->Chrome' >> dictionary_code.txt
|
||||
echo 'chromim->Chromium' >> dictionary_code.txt
|
||||
echo 'kmdutill->kmdutil' >> dictionary_code.txt
|
||||
|
|
|
@ -506,7 +506,7 @@ check:
|
|||
//DbgPrint("IRP_MJ_CREATE: %S\n", root->file_root);
|
||||
|
||||
//
|
||||
// csrss.exe needs acces to binaries of starting up processes.
|
||||
// csrss.exe needs access to binaries of starting up processes.
|
||||
//
|
||||
|
||||
if (Util_IsCsrssProcess(PsGetCurrentProcessId()))
|
||||
|
|
|
@ -542,7 +542,7 @@ _FX NTSTATUS Process_Api_QueryInfo(PROCESS *proc, ULONG64 *parms)
|
|||
|
||||
//
|
||||
// When querygin a sandboxed process API_QUERY_PROCESS_PATH return the reparsed file root path
|
||||
// this info class is used to retrive the raw i.e. not reparsed file root path
|
||||
// this info class is used to retrieve the raw i.e. not reparsed file root path
|
||||
//
|
||||
// Note: API_QUERY_BOX_PATH when invoked by a sandboxed process also returns its reparsed file root path
|
||||
//
|
||||
|
|
Loading…
Reference in New Issue