(ql: Qiling, address: int, params)
| 409 | 'lpBuffer' : LPSTR |
| 410 | }) |
| 411 | def hook_GetTempPathA(ql: Qiling, address: int, params): |
| 412 | return _GetTempPath(ql, address, params, wide=False) |
| 413 | |
| 414 | # DWORD GetShortPathNameW( |
| 415 | # LPCWSTR lpszLongPath, |
nothing calls this directly
no test coverage detected