Skip to content
/ coreclr Public
forked from dotnet/coreclr

.NET Core CLR (CoreCLR) and its various support & modifications

License

Notifications You must be signed in to change notification settings

3F/coreclr

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

.NET Core CLR (CoreCLR)

Contains the complete runtime implementation for .NET Core. It includes RyuJIT, the .NET GC, native interop and many other components.

Modified and has been prepared specialy for https://github.com/3F/DllExport by GitHub/3F developer.

✓ License

.NET Core (including the coreclr repo) is licensed under the MIT License (MIT).

Copyright (c) .NET Foundation and Contributors
Copyright (c) 2016-2019  Denis Kuzmin < x-3F@outlook.com > GitHub/3F

CoreCLR IL Assembler

ILAsm & ILDasm CI
Win.x86-x64.Release Build status

release License NuGet package

Download: /releases [ latest ]

IL Assembler (ILAsm) + IL Disassembler (ILDasm)

Custom version on .NET Core CLR (CoreCLR) 3.0: https://github.com/3F/coreclr

Specially for: https://github.com/3F/DllExport

! To provide compatible converter of resources to obj COFF-format when assembling with ILAsm, use /CVRES (/CVR) key.

~... /CVR=cvtres.exe

Related issue: #2

NuGet Packages

Custom use via GetNuTool

gnt /p:ngpackages="ILAsm" [?]

PDB files (240 MB+) are available through GitHub Releases: https://github.com/3F/coreclr/releases

Additional MSBuild Properties:

  • $(ILAsm_RootPkg) - path to root folder of this package after install.
  • $(ILAsm_PathToBin) - path to \bin folder., eg.: $(ILAsm_PathToBin)Win.x64\ilasm.exe

Packages

No packages published

Languages

  • C# 67.7%
  • C++ 28.1%
  • C 2.1%
  • Assembly 0.4%
  • CMake 0.3%
  • Roff 0.3%
  • Other 1.1%