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

https://github.com/ycanardeau/enzan

Enzan is an x86 emulator written in C#.
https://github.com/ycanardeau/enzan

csharp x86-emulator

Last synced: about 1 year ago
JSON representation

Enzan is an x86 emulator written in C#.

Awesome Lists containing this project

README

          

# Enzan
Enzan is an x86 emulator written in C#. This project is mainly used by [OpenNSPW](https://github.com/OpenNSPW/OpenNSPW).

## Installation

```
PM> Install-Package Aigamo.Enzan
```

## References
* [Intel® 64 and IA-32 Architectures Software Developer Manual: Vol 2](https://www.intel.com/content/www/us/en/architecture-and-technology/64-ia-32-architectures-software-developer-instruction-set-reference-manual-325383.html)
* [coder32 edition | X86 Opcode and Instruction Reference 1.12](http://ref.x86asm.net/coder32.html)