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#.
- Host: GitHub
- URL: https://github.com/ycanardeau/enzan
- Owner: ycanardeau
- License: mit
- Created: 2020-07-21T09:27:15.000Z (almost 6 years ago)
- Default Branch: main
- Last Pushed: 2022-10-17T07:19:47.000Z (over 3 years ago)
- Last Synced: 2025-04-05T02:01:49.097Z (about 1 year ago)
- Topics: csharp, x86-emulator
- Language: C#
- Homepage:
- Size: 86.9 KB
- Stars: 8
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)