(ql: Qiling, address: int, params)
| 418 | 'cbData' : DWORD |
| 419 | }) |
| 420 | def hook_RegSetValueExW(ql: Qiling, address: int, params): |
| 421 | return __RegSetValueEx(ql, address, params, wstring=True) |
| 422 | |
| 423 | # LSTATUS RegDeleteKeyA( |
| 424 | # HKEY hKey, |
nothing calls this directly
no test coverage detected