Skip to content
/ memmod Public

Provides basic functionality to load dll directly from memory

License

Notifications You must be signed in to change notification settings

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