(ql: Qiling, address: int, params)
| 364 | 'hTemplateFile' : HANDLE |
| 365 | }) |
| 366 | def hook_CreateFileW(ql: Qiling, address: int, params): |
| 367 | return _CreateFile(ql, address, params) |
| 368 | |
| 369 | def _GetTempPath(ql: Qiling, address: int, params, *, wide: bool): |
| 370 | vtmpdir = ntpath.join(ql.os.windir, 'Temp') |
nothing calls this directly
no test coverage detected