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

Function hook_DeleteFileA

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

Source from the content-addressed store, hash-verified

934 'lpFileName' : LPCSTR
935})
936def hook_DeleteFileA(ql: Qiling, address: int, params):
937 return _DeleteFile(ql, address, params)
938
939# BOOL DeleteFileW(
940# LPCWSTR lpFileName

Callers

nothing calls this directly

Calls 1

_DeleteFileFunction · 0.85

Tested by

no test coverage detected