MCPcopy Create free account
hub / github.com/ELMERIKH/PyinMemoryPE / FreeLibrary

Function FreeLibrary

windows/winproxy/apis/kernel32.py:325–326  ·  view source on GitHub ↗
(hLibModule)

Source from the content-addressed store, hash-verified

323
324@Kernel32Proxy()
325def FreeLibrary(hLibModule):
326 return FreeLibrary.ctypes_function(hLibModule)
327
328## Version
329

Callers 1

free_libraryMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected