{"id":19947641,"url":"https://github.com/googleprojectzero/reil","last_synced_at":"2025-06-18T13:38:31.152Z","repository":{"id":84945096,"uuid":"139154461","full_name":"googleprojectzero/reil","owner":"googleprojectzero","description":null,"archived":false,"fork":false,"pushed_at":"2019-10-26T14:56:57.000Z","size":284,"stargazers_count":59,"open_issues_count":1,"forks_count":9,"subscribers_count":9,"default_branch":"master","last_synced_at":"2025-05-03T18:36:17.654Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"C++","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/googleprojectzero.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2018-06-29T13:44:26.000Z","updated_at":"2024-08-12T19:39:42.000Z","dependencies_parsed_at":"2023-03-02T19:45:44.682Z","dependency_job_id":null,"html_url":"https://github.com/googleprojectzero/reil","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/googleprojectzero/reil","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/googleprojectzero%2Freil","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/googleprojectzero%2Freil/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/googleprojectzero%2Freil/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/googleprojectzero%2Freil/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/googleprojectzero","download_url":"https://codeload.github.com/googleprojectzero/reil/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/googleprojectzero%2Freil/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":260562643,"owners_count":23028413,"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":[],"created_at":"2024-11-13T00:36:57.153Z","updated_at":"2025-06-18T13:38:26.135Z","avatar_url":"https://github.com/googleprojectzero.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"# REIL\n\nA c++ translation/emulation library for the aarch64 instruction set to REIL.\n\nThis is not an officially supported Google product.\n\n## Building\n\nCmake has been used in an attempt to make downloading and building dependencies painless, but this has had the unfortunate side-effect of making the whole process more complicated than it really needs to be. Sorry.\n\nIf you have the necessary dependencies, it should be straightforward to just build the source yourself if you don't like cmake. Apart from Unicorn, the other dependencies are all header-only libraries, and Unicorn is only required to build the tests.\n\nFor a normal (cmake) build\n\n``` shell\ngit clone https://github.com/google/reil\nmkdir reil-build\ncd reil-build\ncmake -G Ninja ../reil\nninja\n```\n\n## Running the tests\n\n1. This translation library has a reasonable selection of unit tests to verify the translation against unicorn/qemu. To run the tests for the aarch64 translator, you can use the following commands:\n\n``` shell\n./reil-prefix/src/reil-build/aarch64_test\n```\n\n## Usage\n\nSee the code in reil/test for examples of how to use the translator, and the implementation in reil/interpreter.cpp for the intended semantics of the translated IL instructions.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgoogleprojectzero%2Freil","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgoogleprojectzero%2Freil","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgoogleprojectzero%2Freil/lists"}