forked from dotnet/coreclr
-
-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
22 additions
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -20,10 +20,12 @@ | |
|
||
https://github.com/3F/coreclr | ||
The MIT License (MIT) | ||
Specially for: https://github.com/3F/DllExport | ||
|
||
! Please note: You need to provide compatible converter of resources to obj COFF-format when assembling with ILAsm. | ||
Just use /CVRES (/CVR) key. | ||
Modified and has been prepared specialy for | ||
https://github.com/3F/DllExport by GitHub/3F developer. | ||
|
||
! To provide compatible converter of resources to obj COFF-format when assembling with ILAsm, | ||
use /CVRES (/CVR) key. | ||
``` | ||
~... /CVR=cvtres.exe | ||
``` | ||
|
@@ -44,7 +46,7 @@ | |
</description> | ||
<summary>IL Assembler (ILAsm) + IL Disassembler (ILDasm). The MIT License (MIT).</summary> | ||
<releaseNotes> changelog: https://github.com/3F/coreclr/blob/master/changelog.txt </releaseNotes> | ||
<copyright>Copyright (c) .NET Foundation and Contributors</copyright> | ||
<copyright>Copyright (c) .NET Foundation and Contributors; Copyright (c) 2016-2019 Denis Kuzmin < [email protected] > GitHub/3F</copyright> | ||
<tags>coreclr IL ILAsm ILDasm MSIL dotnet Assembler Disassembler compiler MIT native</tags> | ||
</metadata> | ||
</package> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,7 @@ | ||
The MIT License (MIT) | ||
|
||
Copyright (c) .NET Foundation and Contributors | ||
Copyright (c) 2016-2019 Denis Kuzmin < [email protected] > GitHub/3F | ||
|
||
All rights reserved. | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,7 +3,19 @@ | |
|
||
Contains the complete runtime implementation for .NET Core. It includes RyuJIT, the .NET GC, native interop and many other components. | ||
|
||
## CoreCLR ILAsm | ||
**Modified** and has been prepared specialy for [https://github.com/3F/DllExport](https://github.com/3F/DllExport) by [GitHub/3F](https://github.com/3F) developer. | ||
|
||
✓ License | ||
------- | ||
|
||
.NET Core (including the coreclr repo) is licensed under the [MIT License (MIT)](https://github.com/3F/coreclr/blob/master/LICENSE.TXT). | ||
|
||
``` | ||
Copyright (c) .NET Foundation and Contributors | ||
Copyright (c) 2016-2019 Denis Kuzmin < [email protected] > GitHub/3F | ||
``` | ||
|
||
## CoreCLR IL Assembler | ||
|
||
ILAsm & ILDasm | CI | ||
--------------------| ---------------- | ||
|
@@ -17,13 +29,12 @@ Win.x86-x64.Release | [![Build status](https://ci.appveyor.com/api/projects/stat | |
|
||
|
||
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 | ||
|
||
! Please note: You need to provide compatible converter of resources to obj COFF-format when assembling with ILAsm. | ||
Just use /CVRES (/CVR) key. | ||
! To provide compatible converter of resources to obj COFF-format when assembling with ILAsm, use /CVRES (/CVR) key. | ||
|
||
``` | ||
~... /CVR=cvtres.exe | ||
|
@@ -45,9 +56,3 @@ 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* | ||
|
||
|
||
✓ License | ||
------- | ||
|
||
.NET Core (including the coreclr repo) is licensed under the [MIT license](https://github.com/3F/coreclr/blob/master/LICENSE.TXT). | ||
|