https://github.com/den-mentiei/apparatus
A learning attempt to write Common Intermediate Language (CIL) virtual machine.
https://github.com/den-mentiei/apparatus
cli clr csharp rust
Last synced: 6 months ago
JSON representation
A learning attempt to write Common Intermediate Language (CIL) virtual machine.
- Host: GitHub
- URL: https://github.com/den-mentiei/apparatus
- Owner: den-mentiei
- License: mit
- Created: 2020-04-11T15:03:52.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2022-07-19T21:41:29.000Z (almost 4 years ago)
- Last Synced: 2024-04-20T17:53:29.485Z (about 2 years ago)
- Topics: cli, clr, csharp, rust
- Language: Rust
- Homepage:
- Size: 128 KB
- Stars: 3
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Apparatus
A learning attempt to write Common Intermediate Language (CIL) virtual machine.
## Links
- [Common Language Infrastructure (CLI)](http://www.ecma-international.org/publications/files/ECMA-ST/ECMA-335.pdf)
- [.NET Core SDK 3.1](https://dotnet.microsoft.com/download/dotnet-core/thank-you/sdk-3.1.201-windows-x64-installer)
- [PE format](https://docs.microsoft.com/en-us/windows/win32/debug/pe-format)