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

Function hook_GetTempPathA

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

Source from the content-addressed store, hash-verified

409 'lpBuffer' : LPSTR
410})
411def hook_GetTempPathA(ql: Qiling, address: int, params):
412 return _GetTempPath(ql, address, params, wide=False)
413
414# DWORD GetShortPathNameW(
415# LPCWSTR lpszLongPath,

Callers

nothing calls this directly

Calls 1

_GetTempPathFunction · 0.85

Tested by

no test coverage detected