An open API service indexing awesome lists of open source software.

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.

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)