-
Hi @Elmue as i couldn't find an email on your profile, I'm posting here, I'm also using WinLicense, and im struggling with how to make my dll work with the MemoryModule lib.
I read in one of the iss…
-
Using Visual Studio 2019, Windows 10, lua 5.3.5, sol2 (develop 2020-03-29)
In a project where I use sol2 in a DLL that's loaded rather unconventionally (MemoryModule https://github.com/fancycode/Me…
-
On Windows use [MemoryModule](https://github.com/fancycode/MemoryModule), on Linux just dlopen the file or socket.
`argv[0]` should be the symbol name to load and call.
Then call the symbol with…
-
Thank you for this terrific library!
I had a need to use this library from my Rust project PyOxidizer (indygreg/PyOxidizer). I hope you don't mind, but I took the liberty of creating a `memory-modu…
-
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 many years. It "just works", which is …
-
Python 3.12 will be released next week, and the Python core developers [encourage package maintainers to publish updated wheels to prepare](https://www.python.org/downloads/release/python-3120rc3/). T…
-
Currently, I see that MemoryModulePP has no releases.
Also, it is only built as a static library (`.lib`).
There are use cases where a `.dll` of `MemoryModulePP` might be preferred, such as [boots…
-
Hi,
When I protect DLL with VMProtect the MemoryModule could not be loaded, I attached a sample.
[SampleDLL.zip](https://github.com/fancycode/MemoryModule/files/245126/SampleDLL.zip)
-
**Describe the bug**
A clear and concise description of what the bug is.
I tried to use likwid-bench to measure memory bandwidth on a AMD Ryzen 5 3500X (Zen 2) desktop system with single-channel D…
-
两层内存加载情况下,Win7下多线程程序不能运行,创建线程就会崩溃,单线程程序正常;多线程程序在Win10下正常
加载顺序:MemoryModule(https://github.com/fancycode/MemoryModule) -> MemoryModulePP binary -> APP binary
跟踪代码发现MmpTLS.cpp->MmpUserThreadStart中…