-
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 modules and returns ERROR_DLL_INIT…
-
Hello,
Please note these error under Visual Studio 2022:
```
Error C1083 Cannot open include file: 'stdio.h': No such file or directory winmemdll_test D:\DevStudio\win-MemoryModule\src\winmemdl…
-
Why not support C#'s DLL?
-
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 saw your code is also abl…
-
I debugged the function and noticed:
```c
if (exports->NumberOfNames == 0 || exports->NumberOfFunctions == 0) {
// DLL doesn't export anything
SetLastError(ERROR_PROC_NOT_FOUND…
-
Environment: Win10 1709
DLL: C:\Windows\SysWOW64\user32.dll
1. I firstly use command `python Python\ConvertToShellcode.py user32.dll` convert user32.dll to user32.bin.
2. Then I change the code …
-
Since i update to this version, it cant load kernel32.dll that with previous version is work.
-
The new binary name search functionality, says:
```
#define USE_BINARY_SEARCH to enable it). This gives a very large
* speedup for libraries that exports lots of functions.
```
However USE_…
-
Maybe I'm just not looking in the right places but it looks like the reference counting is not implemented.
> The system maintains a per-process reference count on all loaded modules. Calling LoadLib…
-
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 the process.
I analyzed the problem…
Elmue updated
3 years ago