nativeaot assisted native .net dll injection

  1. S

    NativeAOT assisted native .NET DLL injection

    csharp]EntryPoint.cs --------------------- using System.Runtime.CompilerServices; using System.Runtime.InteropServices; namespace SharpNativeDLL { public class EntryPoint { private const uint DLL_PROCESS_DETACH = 0, DLL_PROCESS_ATTACH = 1...

Сверху Снизу