-
### What happened?
I encountered the fact that DLLs in a game created on Unity 2022.3.30.f1 were stripped.
Because of this, the preloader crashed with the error:
```
System.Reflection.TargetInvoca…
-
So I just moved the Centralized Reshade folder that installs in the documents folder and after I moved the folder there are 3 paths that stayed outdated causing blocking issues with dlls:
```
dlls…
-
I currently had to wipe Sysmon from our enterprise environment and wanted to purge/remove all the C:\Sysmon folders off the devices as this pertained to the FileDelete preservation.
However, the is…
-
I doubt there's any updates for this, but "libgcc_s_dw2-1.dll", and "libstdc++-6.dll" are missing, trying to insert them from other programs myself make the program not run correctly.
ghost updated
8 months ago
-
```
ccache gcc -m64 -o dlls/capi2032/capi2032.so -shared -Wl,-Bsymbolic -Wl,-soname,capi2032.so -Wl,-z,defs dlls/capi2032/unixlib.o \
dlls/ntdll/ntdll.so -ldl -Wl,-O1,--sort-common,--as-needed
/u…
-
Have you considered `Mono.Cecil` for assembly generation? It can write DLLs, which can later be used with .net core. If you copy the `.runtimeconfig.json` from any existing .net core app as `.runtimec…
-
`flutter create --template plugin_ffi --platform=windows` + `flutter build windows --release` requires manually copying system dlls.
This is rather undesirable.
We should investigate how to allo…
-
I have referenced some projects in NuGet Package project and it copied the dlls into Lib folder when I installed the package. However, if I modify some properties in the referenced projects and build …
-
I copied my dll to the icsharp.exe folder and using it with error "error CS0246: The type or namespace name 'xxx' could not be found (are you missing a using directive or an assembly reference?"
-
This likely indicates some sort of product bug. For example, we are seeing integration tests fail to get embedded sources (Even though the dlls are local) in CSharpGoToDefinition.GoToDefinitionFromMe…