MemoryModule icon indicating copy to clipboard operation
MemoryModule copied to clipboard

Library to load a DLL from memory.

Results 54 MemoryModule issues
Sort by recently updated
recently updated
newest added

This introduces three tweaks to CMakeLists.txt: - It fixes a problem in the resource compiler in MSVC caused by the `add_compile_options ("-W4")` option. - A linker error when `TESTSUITE` is...

Hi , I need to use this library in C# to load a unmanaged (C++) dll from memory not from file. is this possible with this library and if it...

I have a **64-bit** DLL, with this source code: ```C++ #include extern "C" { __declspec(dllexport) __cdecl void Greet() { std::cout

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

With the current fancycode you can load DLLs but starting Calc.exe or Notepad.exe from memory fails always. Calling the entry point hangs forever or crashes. At least I know that...

![image](https://user-images.githubusercontent.com/38333077/109088979-6a1c7800-76de-11eb-8bff-c02f931fb2eb.jpeg)

I tried to load a DLL which is protected with WinLicense into a process. When calling the entry point I got a crash when Data Execution Prevention was enabled for...

Hi, first of all great job, this module works really well with all the DLL executables I created. However I now want to execute EXE executables from memory with arguments....

I run the DLLoader on win7 64bits, however, when I see the result of resourceInfo (resourceInfo = FindResource(handle, MAKEINTRESOURCE(VS_VERSION_INFO), RT_VERSION);), It is )0x000000.. What is wrong ?

The inability to load a DLL's corresponding PDB file means no debugging source within a memory-loaded module and is a major drawback to using this library.