(ql: Qiling, address: int, params)
| 399 | 'cbData' : DWORD |
| 400 | }) |
| 401 | def hook_RegSetValueExA(ql: Qiling, address: int, params): |
| 402 | return __RegSetValueEx(ql, address, params, wstring=False) |
| 403 | |
| 404 | # LSTATUS RegSetValueExW( |
| 405 | # HKEY hKey, |
nothing calls this directly
no test coverage detected