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

Function hook_LoadLibraryA

qiling/os/windows/dlls/kernel32/libloaderapi.py:199–200  ·  view source on GitHub ↗
(ql: Qiling, address: int, params)

Source from the content-addressed store, hash-verified

197 'lpLibFileName' : LPCSTR
198})
199def hook_LoadLibraryA(ql: Qiling, address: int, params):
200 return _LoadLibrary(ql, address, params)
201
202# HMODULE LoadLibraryExA(
203# LPCSTR lpLibFileName,

Callers

nothing calls this directly

Calls 1

_LoadLibraryFunction · 0.85

Tested by

no test coverage detected