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
    Joachim Bauch `fancycode`, https://www.joachim-bauch.de/
    Daniel Shiko `Mathtin`, https://mathtin.ru
