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

Function hook_CreateFileA

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

Source from the content-addressed store, hash-verified

343 'hTemplateFile' : HANDLE
344})
345def hook_CreateFileA(ql: Qiling, address: int, params):
346 return _CreateFile(ql, address, params)
347
348# HANDLE CreateFileW(
349# LPCWSTR lpFileName,

Callers

nothing calls this directly

Calls 1

_CreateFileFunction · 0.85

Tested by

no test coverage detected