{"id":46062143,"url":"https://github.com/vusec/inspectre-gadget","last_synced_at":"2026-03-01T11:35:15.810Z","repository":{"id":232425741,"uuid":"718035064","full_name":"vusec/inspectre-gadget","owner":"vusec","description":"InSpectre Gadget: in-depth inspection and exploitability analysis of Spectre disclosure gadgets ","archived":false,"fork":false,"pushed_at":"2026-02-20T18:39:31.000Z","size":15037,"stargazers_count":59,"open_issues_count":6,"forks_count":5,"subscribers_count":17,"default_branch":"main","last_synced_at":"2026-02-20T23:44:48.809Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://vusec.github.io/inspectre-gadget/index.html","language":"Assembly","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/vusec.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE.md","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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2023-11-13T08:34:24.000Z","updated_at":"2026-02-20T18:41:44.000Z","dependencies_parsed_at":"2024-12-11T16:31:15.430Z","dependency_job_id":"db5b073d-8e25-40de-a563-865dbc09e1fa","html_url":"https://github.com/vusec/inspectre-gadget","commit_stats":null,"previous_names":["vusec/inspectre-gadget"],"tags_count":6,"template":false,"template_full_name":null,"purl":"pkg:github/vusec/inspectre-gadget","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vusec%2Finspectre-gadget","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vusec%2Finspectre-gadget/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vusec%2Finspectre-gadget/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vusec%2Finspectre-gadget/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/vusec","download_url":"https://codeload.github.com/vusec/inspectre-gadget/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vusec%2Finspectre-gadget/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29968573,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-01T10:55:55.490Z","status":"ssl_error","status_checked_at":"2026-03-01T10:55:55.175Z","response_time":124,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":"2026-03-01T11:35:15.295Z","updated_at":"2026-03-01T11:35:15.791Z","avatar_url":"https://github.com/vusec.png","language":"Assembly","funding_links":[],"categories":[],"sub_categories":[],"readme":"![](./docs/img/inspectre-gadget-circle.png)\n\n# InSpectre Gadget\n\nThis is the official repository for the InSpectre Gadget tool.\n\nThis code has been developed as part of our [\"InSpectre Gadget\" paper](https://download.vusec.net/papers/inspectre_sec24.pdf) (accepted\nat 33rd USENIX Security Symposium 2024).\n\n**Disclaimer**\n\nThis tool is a research project still under development. It should not be\nconsidered a production-grade tool by any means.\n\n## Description\n\nInSpectre Gadget is a tool for inspecting potential Spectre disclosure gadgets\nand performing exploitability analysis.\n\nDocumentation can be found at [https://vusec.github.io/inspectre-gadget](https://vusec.github.io/inspectre-gadget).\n\n## Usage\n\nA typical workflow might look something like this:\n\n```sh\n# Run the analyzer on a binary to find transmissions.\nmkdir out\ninspectre analyze \u003cBINARY\u003e --address-list \u003cCSV\u003e --config config_all.yaml --output out/gadgets.csv --tfp-output output/tfp.csv --asm out/asm\n\n# Evaluate exploitability.\ninspectre reason gadgets.csv gadgets-reasoned.csv\n\n# Import the CSV in a database and query the results.\n# You can use any DB, this is just an example with sqlite3.\nsqlite3 :memory: -cmd '.mode csv' -cmd '.separator ;' -cmd '.import gadgets-reasoned.csv gadgets' -cmd '.mode table' \u003c queries/exploitable_list.sql\n\n# Manually inspect interesting candidates.\ninspectre show \u003cUUID\u003e\n```\n\n## Demo\n\n![](docs/img/inspectre.gif)\n\n## Evaluation and PoCs\n\nThe code for all the experiments reported in the paper (including PoCs)\ncan be found under the `experiments/` folder.\n\n`experiments/scanner-eval` shows how we ran InSpectre Gadget on the Linux kernel.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvusec%2Finspectre-gadget","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fvusec%2Finspectre-gadget","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvusec%2Finspectre-gadget/lists"}