MCPcopy Create free account
hub / github.com/qilingframework/qiling / hook_CreateFileW

Function hook_CreateFileW

qiling/os/windows/dlls/kernel32/fileapi.py:366–367  ·  view source on GitHub ↗
(ql: Qiling, address: int, params)

Source from the content-addressed store, hash-verified

364 'hTemplateFile' : HANDLE
365})
366def hook_CreateFileW(ql: Qiling, address: int, params):
367 return _CreateFile(ql, address, params)
368
369def _GetTempPath(ql: Qiling, address: int, params, *, wide: bool):
370 vtmpdir = ntpath.join(ql.os.windir, 'Temp')

Callers

nothing calls this directly

Calls 1

_CreateFileFunction · 0.85

Tested by

no test coverage detected