{"id":13480668,"url":"https://github.com/unicorn-engine/unicorn","last_synced_at":"2025-05-12T22:22:08.077Z","repository":{"id":36800216,"uuid":"41107037","full_name":"unicorn-engine/unicorn","owner":"unicorn-engine","description":"Unicorn CPU emulator framework (ARM, AArch64, M68K, Mips, Sparc, PowerPC, RiscV, S390x, TriCore, X86)","archived":false,"fork":false,"pushed_at":"2025-05-05T13:43:47.000Z","size":19284,"stargazers_count":8137,"open_issues_count":118,"forks_count":1399,"subscribers_count":213,"default_branch":"master","last_synced_at":"2025-05-05T17:20:20.076Z","etag":null,"topics":["arm","arm64","cpu","cpu-emulator","emulator","framework","m68k","mips","powerpc","reverse-engineering","riscv","s390x","security","sparc","systemz","tricore","x86","x86-64"],"latest_commit_sha":null,"homepage":"http://www.unicorn-engine.org","language":"C","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/unicorn-engine.png","metadata":{"files":{"readme":"README.md","changelog":"ChangeLog","contributing":null,"funding":null,"license":"COPYING","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":"SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":"AUTHORS.TXT","dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2015-08-20T16:35:45.000Z","updated_at":"2025-05-05T16:22:20.000Z","dependencies_parsed_at":"2023-01-17T05:00:59.347Z","dependency_job_id":"326f7578-d1bc-405d-88eb-bd106095b9bc","html_url":"https://github.com/unicorn-engine/unicorn","commit_stats":{"total_commits":2175,"total_committers":223,"mean_commits":9.753363228699552,"dds":0.6804597701149425,"last_synced_commit":"d4b92485b1a228fb003e1218e42f6c778c655809"},"previous_names":[],"tags_count":31,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/unicorn-engine%2Funicorn","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/unicorn-engine%2Funicorn/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/unicorn-engine%2Funicorn/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/unicorn-engine%2Funicorn/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/unicorn-engine","download_url":"https://codeload.github.com/unicorn-engine/unicorn/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":253831229,"owners_count":21971057,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["arm","arm64","cpu","cpu-emulator","emulator","framework","m68k","mips","powerpc","reverse-engineering","riscv","s390x","security","sparc","systemz","tricore","x86","x86-64"],"created_at":"2024-07-31T17:00:43.413Z","updated_at":"2025-05-12T22:22:08.052Z","avatar_url":"https://github.com/unicorn-engine.png","language":"C","funding_links":[],"categories":["C","FPGA Tools","Network Protocols","Software Tools","Resources","Tools","CPU RISC-V","Arduino Tools","📚 Table of Contents","Debugging","\u003ca id=\"1d9dec1320a5d774dc8e0e7604edfcd3\"\u003e\u003c/a\u003e工具-新添加的","Firmware Security"],"sub_categories":["Emulation Tools","By Purpose","网络服务_其他","Interfaces","Mesh networks","Emulation \u0026 Rehosting","\u003ca id=\"8f1b9c5c2737493524809684b934d49a\"\u003e\u003c/a\u003e文章\u0026\u0026视频","Dynamic Analysis and Emulation"],"readme":"Unicorn Engine\n==============\n\n[![pypi downloads](https://pepy.tech/badge/unicorn)](https://pepy.tech/project/unicorn)\n[![Fuzzing Status](https://oss-fuzz-build-logs.storage.googleapis.com/badges/unicorn.svg)](https://bugs.chromium.org/p/oss-fuzz/issues/list?sort=-opened\u0026can=1\u0026q=proj:unicorn)\n\n\n\u003cp align=\"center\"\u003e\n\u003cimg width=\"250\" src=\"docs/unicorn-logo.png\"\u003e\n\u003c/p\u003e\n\nUnicorn is a lightweight, multi-platform, multi-architecture CPU emulator framework, based on [QEMU](http://qemu.org).\n\nUnicorn offers some unparalleled features:\n\n- Multi-architecture: ARM, ARM64 (ARMv8), M68K, MIPS, PowerPC, RISCV, SPARC, S390X, TriCore and X86 (16, 32, 64-bit)\n- Clean/simple/lightweight/intuitive architecture-neutral API\n- Implemented in pure C language, with bindings for Crystal, Clojure, Visual Basic, Perl, Rust, Ruby, Python, Java, .NET, Go, Delphi/Free Pascal, Haskell, Pharo, Lua and Zig.\n- Native support for Windows \u0026 *nix (with Mac OSX, Linux, Android, *BSD \u0026 Solaris confirmed)\n- High performance via Just-In-Time compilation\n- Support for fine-grained instrumentation at various levels\n- Thread-safety by design\n- Distributed under free software license GPLv2\n\nFurther information is available at http://www.unicorn-engine.org\n\n\nLicense\n-------\n\nThis project is released under the [GPL license](COPYING).\n\n\nCompilation \u0026 Docs\n------------------\n\nSee [docs/COMPILE.md](docs/COMPILE.md) file for how to compile and install Unicorn.\n\nMore documentation is available in [docs/README.md](docs/README.md).\n\nFor common questions, read [docs/FAQ.md](docs/FAQ.md) before raising an issue.\n\nContact\n-------\n\n[Contact us](http://www.unicorn-engine.org/contact/) via mailing list, email or twitter for any questions.\n\n\nJoin [our group](https://t.me/+lnNl0fPpyCYzZmVh) for instant feedback.\n\nContribute\n----------\n\nIf you want to contribute, please pick up something from our [Github issues](https://github.com/unicorn-engine/unicorn/issues).\n\nWe also maintain a list of more challenged problems in [milestones](https://github.com/unicorn-engine/unicorn/milestones) for our regular release.\n\nPlease send pull request to our [dev branch](https://github.com/unicorn-engine/unicorn/tree/dev).\n\n[CREDITS.TXT](CREDITS.TXT) records important contributors of our project.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Funicorn-engine%2Funicorn","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Funicorn-engine%2Funicorn","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Funicorn-engine%2Funicorn/lists"}