fancycode / MemoryModule

Library to load a DLL from memory.
http://www.joachim-bauch.de/tutorials/loading-a-dll-from-memory/
Mozilla Public License 2.0
2.8k stars 755 forks source link

Implement binary search for looking up exports by name. #76

Closed fancycode closed 6 years ago

fancycode commented 6 years ago

This is a cleaned up (and working) version of #74.