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

Function has_lib_ext

qiling/os/windows/utils.py:26–29  ·  view source on GitHub ↗
(name: str)

Source from the content-addressed store, hash-verified

24
25
26def has_lib_ext(name: str) -> bool:
27 ext = name.lower().rpartition('.')[-1]
28
29 return ext in ("dll", "exe", "sys", "drv")
30
31
32def io_Write(ql: Qiling, in_buffer: bytes) -> int:

Callers 2

_GetModuleHandleFunction · 0.90
__get_path_elementsMethod · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected