MemoryModule icon indicating copy to clipboard operation
MemoryModule copied to clipboard

Library to load a DLL from memory.

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

This loader does not support __declspec(thread) variables at all. Any attempt to access those variables will lead to a crash or memory corruption. The reason is, that the loader does...

When Loading a C# DLL the call to the first PEDecoder::CheckNTHeaders in PEDecoder::CheckFormat in _CorDllMain(mscoreei.dll) fails. I think its one of the calls to PEDecoder::CheckSection. So something is not wrong...

Hello! First off, I have to say that this repository has been absolutely amazing for me, allowing me to crack a DLL loading nut that has been bedeviling me for...

I don't know if it is py2exe specific issue or upstream(MemoryModule) issue so I create an issue here as well. I found that py2exe cannot load any UPX compressed pyd...

When throwing and catching an exception inside the "memory-loaded" dll the application crashes with "Unhandled exception at ...". Even though the appropriate catch is in place. This is when using...

Can not load VC6 compiled EXE

MemoryFindResource always return NULL in both 32 and 64-bit.

There was a memory leak when the new thread created using the dll function loading from memory. I found that is an artical that: _When the dll loaded from memory...

Got problem again in windows 10 updated. Here is the code ``` typedef LONG(NTAPI *tNtProtectVirtualMemory)( IN HANDLE ProcessHandle, IN OUT PVOID *BaseAddress, IN OUT PULONG NumberOfBytesToProtect, IN ULONG NewAccessProtection, OUT...