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.74k stars 750 forks source link

can MemoryCallEntryPoint accept parameters? just like a command line with parameters? #106

Open bbqz007 opened 3 years ago

bbqz007 commented 3 years ago

MemoryCallEntryPoint does not take any parameters except handle. how could i pass command line parameters to the MemoryCallEntryPoint ?