Add loading via entrypoint

This commit is contained in:
Soreepeong 2021-11-12 17:14:30 +09:00
parent 4cff810d1d
commit 79ddc5dd31
3 changed files with 368 additions and 0 deletions

View file

@ -85,6 +85,7 @@
<ClCompile Include="..\lib\CoreCLR\CoreCLR.cpp" />
<ClCompile Include="..\lib\CoreCLR\pch.cpp" />
<ClCompile Include="dllmain.cpp" />
<ClCompile Include="rewrite_entrypoint.cpp" />
<ClCompile Include="veh.cpp" />
</ItemGroup>
<ItemGroup>