Skip to content

Mathtin/memmod

Repository files navigation

memmod

memmod is a python library used to load dll libraries directly from memory.

memmod only implements basic functinality for loading dll and resolving function names. This library meant to be used with ctypes.

If you don't want to build it, binaries are available on https://github.com/Mathtin/memmod/releases

Licence

Mozilla Public License 2.0

Author