The shellcode in this module is python version specific, please use the branch that corresonds to your version.
Enables importing the _memimporter c extension via shellcode into builtins
Once added, it allows you to leverage _memimporter to import other python c extensions from memory.
_memimporter is a component of the py2exe tool
import py3memimporter
dir(__builtins__)
_memimporter
This obviously isn't quite as polished as pymemimporter in that it just makes the _memimporter module available as a builtin, but this is an importable component to another repo I'll be adding in the future. Also in the near future, I'll add a repo that actually walks through how the shellcode was generated so no one has to go through what I did to get this to work the way I wanted it.