MemoryModule.NET
MemoryModule.NET copied to clipboard
Loads a native Windows assembly... right from your .NET embedded resources. Works on all modern .NET platforms.
hi, I am trying to use your library to run a legacy dll in multiple threads to avoid global data overwrite. issue1: method call succeeds if using dllimport, but fails...
Currently the Windows version does not support TLS memory slots yet. We should find a way to get into the Windows PE loader's internals and attempt to acquire a TLS...
Support for MacOS? Should it be possible? This might be a good [guide](https://blogs.blackberry.com/en/2017/02/running-executables-on-macos-from-memory). A better [repo](https://github.com/malisal/loaders) with MIT license. A partial effort can be found [here](https://github.com/trungnt2910/Macho)
hi im trying to add clrjit.dll into my C# to run in memory but it doesnt seem to work properly
Bumps [MSTest.TestAdapter](https://github.com/microsoft/testfx) from 3.5.2 to 3.6.0. Release notes Sourced from MSTest.TestAdapter's releases. v3.6.0 See the release notes here Special shoutout to @SimonCropp for his exceptional contribution in improving the quality...
Bumps [Microsoft.NET.Test.Sdk](https://github.com/microsoft/vstest) from 17.10.0 to 17.11.1. Release notes Sourced from Microsoft.NET.Test.Sdk's releases. v17.11.1 What's Changed [rel/17.11] Forward error output from testhost as info by @nohwnd in microsoft/vstest#5193 Full Changelog: https://github.com/microsoft/vstest/compare/v17.11.0...v17.11.1...