-
Hi @bb107, After 2 years I'm back :D
I am working on a complicated project in Godot game engine. My project require loading some dll from memory which uses TLS (from Godot SDK) I tried many manual…
-
I'm getting this warning:
`warning C4996: 'wcsncpy': This function or variable may be unsafe. Consider using wcsncpy_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help fo…
-
现象描述:
我先用loadlibrary加载一个dll,然后再用LdrLoadDllMemoryExW加载同样的dll,LdrLoadDllMemoryExW没有办法识别已经加载过的loadlibrary,无法对dll引用进行自增,而是重复执行dll加载代码。
无法识别的代码段:
函数位置LdrLoadDllMemoryExW->MapMemoryModuleHandle
具体代码:p…
-
I'm using the latest version of MemoryModule (f02a8e6a382d42b2fcc43e93729ebdef3ce420eb).
To reproduce, replace `SampleDLL.cpp` with:
``` cpp
class Callable
{
public:
virtual int call() { return …
-
Installation details
Scylla version (or git commit hash): 3.1.1
Cluster size: 8 nodes
OS (RHEL/CentOS/Ubuntu/AWS AMI): CentOS 7.5+
Hardware details (for performance issues)
Platform (physical/V…
-
hi im trying to add clrjit.dll into my C# to run in memory but it doesnt seem to work properly
-
I have a **64-bit** DLL, with this source code:
```C++
#include
extern "C"
{
__declspec(dllexport) __cdecl void Greet()
{
std::cout
-
Service process crash with system permissions.
X86 process running on win11 [10.0.22621.2361]
100% probability of crashing during startup
RtlInitUnicodeString(&us, buffer);
InitializeObj…
-
There are some differences in the outputs between original package and candidate package. Not all of these might indicate a malicious behavior. So, how do we evaluate?
```
$ sudo python3 orchestra…
-
**Describe the bug**
The bug is when I try to change the colors of my PC. In the yellow corsair example code, everything works, but it only changes the colors of the motherboard and Ram. The Corsair …