gitextract_h19lhkuc/ ├── App.config ├── DInvoke.Data/ │ ├── Native.cs │ ├── PE.cs │ └── Win32.cs ├── DInvoke.DynamicInvoke/ │ ├── Generic.cs │ ├── Native.cs │ ├── Utilities.cs │ └── Win32.cs ├── DInvoke.ManualMap/ │ ├── Map.cs │ └── Overload.cs ├── Program.cs ├── Properties/ │ └── AssemblyInfo.cs ├── README.md ├── SharpReflectivePEInjection.csproj └── SharpReflectivePEInjection.sln