1
0
Fork 0
mirror of https://github.com/yuzu-emu/unicorn.git synced 2025-01-11 00:55:32 +00:00
This commit is contained in:
Nguyen Anh Quynh 2015-10-16 00:22:04 +08:00
parent 468b6eace7
commit a2edc1852d

View file

@ -10,7 +10,7 @@ Unicorn offers some unparalleled features:
- Clean/simple/lightweight/intuitive architecture-neutral API
- Implemented in pure C language, with bindings for Python, Java, and Go
- Native support for Windows & *nix (with Mac OSX, Linux, *BSD & Solaris confirmed)
- High performace via Just-In-Time compilation
- High performance via Just-In-Time compilation
- Support for fine-grained instrumentation at various levels
- Thread-safety by design
- Distributed under open source license GPL