{"id":17817147,"url":"https://github.com/emesare/windows-hypervisor","last_synced_at":"2026-03-07T09:04:09.406Z","repository":{"id":230345957,"uuid":"779138267","full_name":"emesare/windows-hypervisor","owner":"emesare","description":"Ergonomic and safe bindings to WHP","archived":false,"fork":false,"pushed_at":"2024-04-03T01:24:12.000Z","size":44,"stargazers_count":6,"open_issues_count":7,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2026-01-17T18:19:56.596Z","etag":null,"topics":["hypervisor","whp","windows"],"latest_commit_sha":null,"homepage":"","language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/emesare.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"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":"2024-03-29T05:57:11.000Z","updated_at":"2025-06-04T13:05:43.000Z","dependencies_parsed_at":"2024-10-27T17:16:25.676Z","dependency_job_id":"2006ccfa-7531-45a9-9c13-26c745fed574","html_url":"https://github.com/emesare/windows-hypervisor","commit_stats":null,"previous_names":["emesare/windows-hypervisor"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/emesare/windows-hypervisor","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/emesare%2Fwindows-hypervisor","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/emesare%2Fwindows-hypervisor/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/emesare%2Fwindows-hypervisor/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/emesare%2Fwindows-hypervisor/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/emesare","download_url":"https://codeload.github.com/emesare/windows-hypervisor/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/emesare%2Fwindows-hypervisor/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30210378,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-07T09:02:10.694Z","status":"ssl_error","status_checked_at":"2026-03-07T09:02:08.429Z","response_time":53,"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":["hypervisor","whp","windows"],"created_at":"2024-10-27T16:40:57.127Z","updated_at":"2026-03-07T09:04:09.389Z","avatar_url":"https://github.com/emesare.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# windows-hypervisor\n\n## ⚠️ WORK IN PROGRESS\n\nErgonomic and safe bindings to [WHP] (Windows Hypervisor Platform)\n\n## Example\n\n```rs\nlet mut partition = PartitionBuilder::new()?\n        .property(PartitionProperty::ProcessorCount(1))?\n        .setup()?;\n\nlet mut data = [0xf4; 65536];\ndata[0xfff0..0xfff0 + 6].copy_from_slice(\u0026[\n    0x31, 0xc0, // xor eax,eax\n    0x66, 0xb8, 0xef, 0xbe, // mov eax, 0xbeef\n]);\npartition.map_memory_region(MemoryRegion::from_bytes(\n    0xF0000,\n    MapGpaRangeFlags::Read | MapGpaRangeFlags::Execute,\n    \u0026data,\n))?;\n\nlet mut vcpu = partition.create_virtual_processor(0x0)?;\nlet run_exit_ctx = vcpu.run()?;\nlet beef = match vcpu.get_register(Register::Rax)? {\n    RegisterVal::Reg64(v) =\u003e v as u16,\n    _ =\u003e unreachable!(),\n};\n\nprintln!(\"Ax value: 0x{:x}\", beef);\n```\n\n[WHP]: https://learn.microsoft.com/en-us/virtualization/api/hypervisor-platform/hypervisor-platform\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Femesare%2Fwindows-hypervisor","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Femesare%2Fwindows-hypervisor","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Femesare%2Fwindows-hypervisor/lists"}