InjectModuleInitializer icon indicating copy to clipboard operation
InjectModuleInitializer copied to clipboard

Console program and nuget package to inject a module initializer method into a built .NET assembly

Results 10 InjectModuleInitializer issues
Sort by recently updated
recently updated
newest added

Delayed signature has higher protection strength for dll, and I hope it can be supported. Later on, we can consider the support of delayed signature for pfx cryptographic signature, which...

My assembly was built with "embedded" to have the PDB embedded in the DLL. However the embedded PDB is lost after injecting module initializer. The target framework is net48.

Currently the InjectModuleInitializer.exe needs .NET 3.5 to run. Could you create a version that targets the .NET framework 4.5 or greater?

when i use this for a .net core dll(.net core 2.1), it stop works and just output these lines: ```csharp Failed to resolve assembly: 'System.Runtime, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' ```

Any hints as to how to get it to work with netstandard 2.1 (preview)? Works fine with netstandard 2.0. `1>EXEC : error : Failed to resolve assembly: 'netstandard, Version=2.1.0.0, Culture=neutral,...

Nuget cannot push [InjectModuleInitializer 2.0.0](https://www.nuget.org/packages/InjectModuleInitializer/2.0.0) to TFS Nuget Package Management Feed with the error: > Response status code does not indicate success: 400 (Bad Request - The package is invalid:...

I have a project that builds Debug/Release for x86/x64 targets. If you do a batch build on all platforms and configurations for the project, three of the targets get overwritten...

Hi Einar, I have a situation where the injected code is not called when the DLL is loaded with Assembly.LoadFile or LoadFrom. This is a problem as the Visual Studio...

If you inject a module initializer into an assembly that uses async/await, then (with Visual Studio 2012 at least) local variables in async methods are not displayed correctly in the...