Commit 04dc351
committed
Public release. coreclr \ ILAsm 4.700.1
* FIXED: ILDAsm. Fixed dasm.rc to correctly display list of available commands in console.
* FIXED: ILAsm /CVRES key & trailing spaces from double quotes. Issue #5.
* CHANGED: Updated coreclr 3.0.0
* CHANGED: ILDAsm. Added /NOBAR key (disassembly progress) to eliminate the difference between other versions.
Helpful for projects like .NET DllExport that can use various versions.
* CHANGED: Added the following tools to nupkg packages for related build processes.
https://nuget.org/packages/ILAsm
* tools\gnt.bat - https://github.com/3F/GetNuTool
* tools\hMSBuild.bat - https://github.com/3F/hMSBuild
* CHANGED: Updated original fixes for ILAsm & ILDAsm that points to coreclr 3 release.
* NOTE: Don't forget to provide compatible converter of resources to obj COFF-format when using ILAsm.
Use /CVRES (/CVR) key. Related issue: #2
* NOTE: MSBuild Properties for nupkg packages:
```
* $(ILAsm_RootPkg) - path to root folder of this package after install.
* $(ILAsm_PathToBin) - path to `\bin` folder., eg.: $(ILAsm_PathToBin)Win.x64\ilasm.exe
```
* NOTE: PDB files (240 MB+) are available through GitHub Releases:
https://github.com/3F/coreclr/releases1 parent 4c0cdf2 commit 04dc351
3 files changed
+39
-12
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
14 | | - | |
| 14 | + | |
| 15 | + | |
15 | 16 | | |
16 | 17 | | |
17 | | - | |
| 18 | + | |
18 | 19 | | |
19 | 20 | | |
20 | 21 | | |
21 | 22 | | |
22 | 23 | | |
23 | | - | |
| 24 | + | |
24 | 25 | | |
25 | 26 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
18 | | - | |
| 18 | + | |
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
2 | | - | |
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
3 | 35 | | |
4 | | - | |
5 | 36 | | |
6 | 37 | | |
7 | 38 | | |
| |||
17 | 48 | | |
18 | 49 | | |
19 | 50 | | |
20 | | - | |
21 | | - | |
22 | | - | |
23 | | - | |
24 | | - | |
25 | 51 | | |
26 | 52 | | |
0 commit comments