{"id":26780420,"url":"https://github.com/kevin-valerio/bigwasm","last_synced_at":"2026-06-22T02:31:36.929Z","repository":{"id":279107310,"uuid":"937739323","full_name":"kevin-valerio/bigwasm","owner":"kevin-valerio","description":"bigwasm instruments WASM modules using host functions to escape sandboxing for coverage and fuzzing purposes (just a POC!)","archived":false,"fork":false,"pushed_at":"2025-02-27T16:22:13.000Z","size":59342,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-09-01T14:42:47.406Z","etag":null,"topics":["blackbox","coverage","fuzzing","wasm"],"latest_commit_sha":null,"homepage":"","language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/kevin-valerio.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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":"2025-02-23T19:29:37.000Z","updated_at":"2025-03-21T12:58:16.000Z","dependencies_parsed_at":"2025-09-01T14:32:09.957Z","dependency_job_id":"c3bf158a-339d-48ca-89c8-f2b8fa64a186","html_url":"https://github.com/kevin-valerio/bigwasm","commit_stats":null,"previous_names":["kevin-valerio/bigwasm"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/kevin-valerio/bigwasm","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kevin-valerio%2Fbigwasm","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kevin-valerio%2Fbigwasm/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kevin-valerio%2Fbigwasm/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kevin-valerio%2Fbigwasm/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/kevin-valerio","download_url":"https://codeload.github.com/kevin-valerio/bigwasm/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kevin-valerio%2Fbigwasm/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34632523,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-22T02:00:06.391Z","response_time":106,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["blackbox","coverage","fuzzing","wasm"],"created_at":"2025-03-29T07:16:41.540Z","updated_at":"2026-06-22T02:31:36.913Z","avatar_url":"https://github.com/kevin-valerio.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# bigwasm\n\n### Overview\n\n**bigwasm** is a proof-of-concept tool for instrumenting WebAssembly blobs with runtime code coverage capabilities. It\ntargets hosts that implement a `seal0.debug_message` function with the signature `[I32, I32] -\u003e [I32]`. \n\nThe instrumentation is achieved by inserting a callback to `debug_message` after each control flow instruction, allowing the\nhost to capture coverage data outside the typical sandbox constraints. This works well on ink! contract, since the WASM host propose this function.\n\n### Why should I pay attention to this PoC?\n\n1. If you control the host functions **or** have a function that allows passing data.\n2. If you need to collect coverage data from a WASM blob.\n3. If you want to do blackbox WASM fuzzing.\n\n### Usage\n\n```bash\ncargo run -- fixtures/dummy.wasm instrumented_dummy.wasm --offset 100000\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkevin-valerio%2Fbigwasm","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkevin-valerio%2Fbigwasm","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkevin-valerio%2Fbigwasm/lists"}