-
System: linux, Ubuntu 22.04
cs2: launched with -insecure
I build libOsiris, then injected library
with ptrace and dlmopen(LM_ID_NEWLM, lib_path, RTLD_NOW);
, and nothing happen.
I wrote just simp…
-
Using this command:
```bash
winemaker --wine32 uxn32.dsp && make
```
Error:
```
/usr/bin/ld: /usr/bin/../lib32/wine/i386-unix/libucrtbase.a(crt_main.o): direct GOT relocation R_386_GOT32X …
-
![clipboard-202410012027-ujqag](https://github.com/user-attachments/assets/2d828a24-19de-456f-a686-e8e86a1e7012)
made a "quick dirty change" to add native (not emulation) support for hyperlink and …
-
https://learn.microsoft.com/windows/win32/trusted-execution/enclaves support a restricted subset of the Win32 API surface. Methods like `FormatMessageW` and `LoadLibraryW` and `GetModuleHandle` are no…
-
Hi,
I have SharpDx and SharpDx.DXGI nugets associated with my visual studio project. But during compilation I am getting the below two warnings.
C:\Program Files (x86)\Microsoft SDKs\UWPNuGetPac…
-
### 0x00 error info
```c
Get-ProcAddress : Exception calling "GetMethod" with "1" argument(s): "Ambiguous match found."
At C:\tools\t.ps1:436 char:23
+ $VirtualAllocAddr = Get-ProcAddres…
tuian updated
4 years ago
-
It appears that windows now has two methods for GetProcAddress, which breaks the Get-ProcAddress function. It looks like they aren't accepting pull requests, so... I'm just gonna point this out
…
-
```
node_modules\nw-gyp\src\win_delay_load_hook.cc(34): note: Types pointed to are unrelated; conversion requires reinterpret_cast, C-style cast or function-style cast
node_modules\nw-gyp\src\win_dela…
-
Throws an error upon compiling:
(Error reporoduced with Visual Studio 2017)
Points out line 22:
`dll = GetModuleHandle(dllName.c_str());`
ghost updated
5 years ago
-
### What is the problem this feature will solve?
Node.js addon modules on Windows current import from the `node.exe` executable, when you build Node.js as a shared library, it reexports all the neede…