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

Function hook_RegSetValueExA

qiling/os/windows/dlls/advapi32.py:401–402  ·  view source on GitHub ↗
(ql: Qiling, address: int, params)

Source from the content-addressed store, hash-verified

399 'cbData' : DWORD
400})
401def hook_RegSetValueExA(ql: Qiling, address: int, params):
402 return __RegSetValueEx(ql, address, params, wstring=False)
403
404# LSTATUS RegSetValueExW(
405# HKEY hKey,

Callers

nothing calls this directly

Calls 1

__RegSetValueExFunction · 0.85

Tested by

no test coverage detected