{"id":25237022,"url":"https://github.com/Scrut1ny/Hypervisor-Phantom","last_synced_at":"2025-10-26T12:30:29.364Z","repository":{"id":195720727,"uuid":"693519510","full_name":"Scrut1ny/Hypervisor-Phantom","owner":"Scrut1ny","description":"Advanced malware analysis tool for evading detection from advanced malware. ","archived":false,"fork":false,"pushed_at":"2025-02-05T22:20:48.000Z","size":11922,"stargazers_count":210,"open_issues_count":4,"forks_count":36,"subscribers_count":13,"default_branch":"main","last_synced_at":"2025-02-05T23:24:41.381Z","etag":null,"topics":["ac","bypass","edk2","exam","hardened","hidden","hypervisor","kvm","ovmf","proctor","qemu","rdtsc","spoofing","undetectable","vbox","virtual-machine","virtualbox","vm","vmware","xml"],"latest_commit_sha":null,"homepage":"","language":"Shell","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/Scrut1ny.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}},"created_at":"2023-09-19T07:32:44.000Z","updated_at":"2025-02-05T22:20:52.000Z","dependencies_parsed_at":"2024-01-05T21:22:01.459Z","dependency_job_id":"240627c5-50cd-491d-85d9-e53cb2d0012f","html_url":"https://github.com/Scrut1ny/Hypervisor-Phantom","commit_stats":null,"previous_names":["scrut1ny/vbox-undetected","scrut1ny/vm-undetected","scrut1ny/hypervisor-phantom"],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Scrut1ny%2FHypervisor-Phantom","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Scrut1ny%2FHypervisor-Phantom/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Scrut1ny%2FHypervisor-Phantom/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Scrut1ny%2FHypervisor-Phantom/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Scrut1ny","download_url":"https://codeload.github.com/Scrut1ny/Hypervisor-Phantom/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":238320393,"owners_count":19452541,"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":["ac","bypass","edk2","exam","hardened","hidden","hypervisor","kvm","ovmf","proctor","qemu","rdtsc","spoofing","undetectable","vbox","virtual-machine","virtualbox","vm","vmware","xml"],"created_at":"2025-02-11T15:33:25.674Z","updated_at":"2025-10-26T12:30:29.358Z","avatar_url":"https://github.com/Scrut1ny.png","language":"Shell","funding_links":[],"categories":[":wrench: Tools"],"sub_categories":["Media"],"readme":"\u003cdiv align=\"center\"\u003e\n\n# AutoVirt\n\nThis tool provides automated setups for linux virtualization related stuff.\n\n[![](https://dcbadge.limes.pink/api/server/https://discord.gg/kW8ZtQy6xU)](https://discord.gg/kW8ZtQy6xU)\n\n\u003c/div\u003e\n\n---\n\n\n\n## 📖 Setup Instruction Guide\n\n\u003cdetails\u003e\n\u003csummary\u003eExpand for details...\u003c/summary\u003e\n\n```\n# 1. Clone into the repository\ngit clone --single-branch --depth=1 https://github.com/Scrut1ny/Hypervisor-Phantom\n\n# 2. CD into the repository\ncd Hypervisor-Phantom/Hypervisor-Phantom/\n\n# 3. Set executable permissions\nchmod -R +x *\n\n# 4. Run the script\nsudo ./Auto-Hypervisor.sh\n```\n\n\u003c/details\u003e\n\n\n\n---\n\n\n\n\n## 🛠️ Common Troubleshooting\n\n\u003cdetails\u003e\n\u003csummary\u003eExpand for details...\u003c/summary\u003e\n\n- Windows 11 BSOD - USBXHCI.sys\n  - Switch from USB3 to USB2 in VMM/XML\n\n- Windows 10/11 w/Secure Boot BSOD after 5-30 mins from boot\n  - Increase pagefile size inside Windows\n\n- Dumping host's SMBIOS for QEMU passthrough\n  - First try:\n  ```\n  sudo cat /sys/firmware/dmi/tables/{smbios_entry_point,DMI} \u003e smbios.bin\n  ```\n  - Then try (if QEMU doesn't accept):\n  ```\n  sudo cat /sys/firmware/dmi/tables/DMI \u003e smbios.bin\n  ```\n\n\u003c/details\u003e\n\n\n\n---\n\n\n\n\n## 📝 Documentation \u0026 References\n\n\u003cdetails\u003e\n\u003csummary\u003eExpand for details...\u003c/summary\u003e\n\n- **Official**\n  - [QEMU’s documentation](https://www.qemu.org/docs/master/)\n    - [Man Page (Args)](https://www.qemu.org/docs/master/system/qemu-manpage.html)\n    - [Hyper-V Enlightenments](https://www.qemu.org/docs/master/system/i386/hyperv.html)\n  - [KVM for x86 systems (Linux Kernel)](https://www.kernel.org/doc/html/next/virt/kvm/x86/index.html)\n  - [Domain XML format](https://libvirt.org/formatdomain.html)\n  - [ACPI System Management Bus Interface Specification - HTML](https://uefi.org/specs/ACPI/6.6/13_System_Mgmt_Bus_Interface_Specification.html) - [PDF Version](https://uefi.org/sites/default/files/resources/ACPI_Spec_6.6.pdf)\n  - [SMBIOS Reference Specification - PDF](https://www.dmtf.org/sites/default/files/standards/documents/DSP0134_3.8.0.pdf)\n  - [PCILookup](https://www.pcilookup.com/)\n- **General**\n  - [https://evasions.checkpoint.com/](https://evasions.checkpoint.com/)\n  - [https://r0ttenbeef.github.io/](https://r0ttenbeef.github.io/Deploy-Hidden-Virtual-Machine-For-VMProtections-Evasion-And-Dynamic-Analysis/)\n  - [https://secret.club/](https://secret.club/)\n    - [how-anti-cheats-detect-system-emulation.html](https://secret.club/2020/04/13/how-anti-cheats-detect-system-emulation.html)\n    - [battleye-hypervisor-detection.html](https://secret.club/2020/01/12/battleye-hypervisor-detection.html)\n- **Reddit**\n  - [spoof_and_make_your_vm_undetectable_no_more](https://www.reddit.com/r/VFIO/comments/i071qx/spoof_and_make_your_vm_undetectable_no_more/)\n  - [be_is_banning_kvm_on_r6](https://www.reddit.com/r/VFIO/comments/hts1o1/be_is_banning_kvm_on_r6/)\n- **Unknowncheats**\n  - [418885-kvm-detection-fixes.html](https://www.unknowncheats.me/forum/escape-from-tarkov/418885-kvm-detection-fixes.html) \n- **Git Repos**\n  - [pve-patch](https://github.com/Distance10086/pve-patch)\n  - [pve-anti-detection](https://github.com/lixiaoliu666/pve-anti-detection)\n  - [proxmox-ve-anti-detection](https://github.com/zhaodice/proxmox-ve-anti-detection)\n  - [kvm-hidden](https://gitlab.com/DonnerPartyOf1/kvm-hidden)\n  - [KVM-Spoofing](https://github.com/A1exxander/KVM-Spoofing)\n  - [linux-5.15-hardened-kvm-svm-qemu-win10](https://alt.deliktas.de/git/adeliktas/linux-5.15-hardened-kvm-svm-qemu-win10)\n  - [sGPUpt](https://github.com/MaxxRK/sGPUpt)\n  - [gpupt](https://github.com/pragmagrid/gpupt)\n- **VirtualBox**\n  - [VirtualBox RDTSC Fix](https://www.reddit.com/r/virtualbox/comments/g6ky8a/disabling_vm_exit_for_rdtsc_access/)\n  - [https://forums.virtualbox.org/viewtopic.php?t=78859](https://forums.virtualbox.org/viewtopic.php?t=78859)\n  - [https://forums.virtualbox.org/viewtopic.php?t=81600](https://forums.virtualbox.org/viewtopic.php?t=81600)\n  - [https://superuser.com/questions/625648/virtualbox-how-to-force-a-specific-cpu-to-the-guest](https://superuser.com/questions/625648/virtualbox-how-to-force-a-specific-cpu-to-the-guest)\n  - [https://berhanbingol.medium.com/virtualbox-detection-anti-detection-30614691f108](https://berhanbingol.medium.com/virtualbox-detection-anti-detection-30614691f108)\n  - [https://github.com/d4rksystem/VBoxCloak](https://github.com/d4rksystem/VBoxCloak)\n  - [https://github.com/nsmfoo/antivmdetection](https://github.com/nsmfoo/antivmdetection)\n- **VMware**\n  - [https://sanbarrow.com/vmx.html](https://sanbarrow.com/vmx.html)\n  - [https://sammwy.com/blog/hide-vm-from-detection](https://sammwy.com/blog/hide-vm-from-detection)\n  - [https://www.hexacorn.com/blog/2014/08/25/protecting-vmware-from-cpuid-hypervisor-detection/](https://www.hexacorn.com/blog/2014/08/25/protecting-vmware-from-cpuid-hypervisor-detection/)\n  - [https://rayanfam.com/topics/defeating-malware-anti-vm-techniques-cpuid-based-instructions/](https://rayanfam.com/topics/defeating-malware-anti-vm-techniques-cpuid-based-instructions/)\n  - [https://tulach.cc/bypassing-vmprotect-themida-vm-checks-in-vmware/](https://tulach.cc/bypassing-vmprotect-themida-vm-checks-in-vmware/)\n\n\u003c/details\u003e\n\n\n---\n\n\n## 💾 Software\n\u003cdetails\u003e\n\u003csummary\u003eHV Analysis, AC Status, and Assessment Software\u003c/summary\u003e\n\n## Hypervisor Detection Software\n\n| ⭐ Rating | 💻 Software | 🧪 System Test | ✅ Bypassed |\n|:------:|:--------:|:-----------:|:--------:|\n| 🥇 | VMAware | [Repository Link](https://github.com/kernelwernel/VMAware) \u003cbr\u003e [⬇ Download - x64 - v2.5.0 ⬇](https://github.com/kernelwernel/VMAware/releases/download/v2.5.0/vmaware_2.5.0.exe) \u003cbr\u003e [⬇ Download - x32 - v2.5.0 ⬇](https://github.com/kernelwernel/VMAware/releases/download/v2.5.0/vmaware32_2.5.0.exe) \u003cbr\u003e [⬇ Download - DEBUG - v2.5.0 ⬇](https://github.com/kernelwernel/VMAware/releases/download/v2.5.0/vmaware_debug_2.5.0.exe) | ❌ |\n| 🥈 | Al-Khaser (Obsolete) | [Repository Link](https://github.com/LordNoteworthy/al-khaser) \u003cbr\u003e [⬇ Download - x64 - v1.0.0 ⬇](https://github.com/ayoubfaouzi/al-khaser/releases/download/v1.0.0/al-khaser_x64.7z) \u003cbr\u003e [⬇ Download - x32 - v1.0.0 ⬇](https://github.com/ayoubfaouzi/al-khaser/releases/download/v1.0.0/al-khaser_x86.7z) | ✅ |\n| 🥉 | Pafish (Obsolete) | [Repository Link](https://github.com/a0rtega/pafish) \u003cbr\u003e [⬇ Download - x64 - v0.6 ⬇](https://github.com/a0rtega/pafish/releases/download/v0.6/pafish64.exe) \u003cbr\u003e [⬇ Download - x32 - v0.6 ⬇](https://github.com/a0rtega/pafish/releases/download/v0.6/pafish.exe) | ✅ |\n\n## Exam Software\n\n| 💻 Software | 🌐 Browser Extension | 🧪 System Test | ⬇️ Download | ✅ Bypassed |\n|:-----------:|:--------------------:|:--------------:|:-----------:|:------------:|\n| Bluebook |  |  | [⬇ Download ⬇](https://bluebook.app.collegeboard.org/) | ✅ |\n| ETS Online Test (CLEP) |  |  | [⬇ Download ⬇](https://www.ets.org/browserinstall) | ✅ |\n| ExamSoft: Examplify |  |  | [⬇ Download ⬇](https://releases.examsoft.com/Examplify/3.8.0/Examplify_3.8.0_win.exe) | ✅ |\n| Examity | ✅ | [System Test](https://on.v5.examity.com/systemcheck) | • [⬇ Firefox ⬇](https://addons.mozilla.org/en-US/firefox/addon/examity/) \u003cbr\u003e • [⬇ Chrome ⬇](https://chromewebstore.google.com/detail/geapelpefnpekodnnlkcaadniodlgebj) | ✅ |\n| Honorlock | ✅ |  | • [Honorlock](https://app.honorlock.com/install/extension) \u003cbr\u003e • [⬇ Chrome ⬇](https://chromewebstore.google.com/detail/honorlock/hnbmpkmhjackfpkpcbapafmpepgmmddc) | ✅ |\n| Inspera Exam Portal | | [Demo Exam Instructions](https://www.ltu.se/en/student-web/your-studies/examination/digital-exam-inspera/instructions-for-pc-and-mac-when-downloading-the-inspera-exam-portal) | [⬇ Download ⬇](https://ltu.inspera.com/get-iep) | ✅ |\n| Kryterion | | [System Test](https://www.kryterion.com/systemcheck/) | [⬇ Download ⬇](https://media.webassessor.com/respondus/windows/labedition/Respondus_LockDown_Browser_Lab_OEM.msi) | ✅ |\n| Pearson VUE | | • [System Test](https://system-test.onvue.com/system_test?customer=pearson_vue) \u003cbr\u003e • [System Test](https://vueop.startpractice.com/) |  | ✅ |\n| ProctorU | ✅ |  | • [⬇ Firefox ⬇](https://s3-us-west-2.amazonaws.com/proctoru-assets/extension/firefox-extension-latest.xpi) \u003cbr\u003e • [⬇ Chrome ⬇](https://chrome.google.com/webstore/detail/proctoru/goobgennebinldhonaajgafidboenlkl) | ✅ |\n| ProctorU: Guardian Browser | | [System Test](https://go.proctoru.com/testitout) | • [⬇ Download ⬇](https://production-archimedes-secure-browser-artifacts.s3.amazonaws.com/latest/windows/guardian-browser-x64.exe) \u003cbr\u003e • [Meazure Learning Page](https://guardian.meazurelearning.com/) \u003cbr\u003e • [ProctorU Page](https://go.proctoru.com/testitout) | ✅ |\n| Proctorio | ✅ | [System Test](https://getproctorio.com/) |  | ✅ |\n| Respondus (LockDown Browser) | ✅ | [System Test](https://autolaunch.respondus2.com/MONServer/ldb/preview_launch.do) | [⬇ Download ⬇](https://download.respondus.com/lockdown/download.php) | ✅ |\n| Safe Exam Browser | | [System Test](https://github.com/SafeExamBrowser/seb-win-refactoring) | [⬇ Download ⬇](https://github.com/SafeExamBrowser/seb-win-refactoring/releases/download/v3.9.0/SEB_3.9.0.787_x64_Setup.msi) | ✅ |\n\n## Anti-Cheat Software\n\n- [areweanticheatyet](https://areweanticheatyet.com/)\n\n| 🛡️ Engine | 🎮 Used By | ✅ Bypassed |\n|:------:|:-------:|:--------:|\n| Anti-Cheat Expert (ACE) | Primarily Mobile Games | ✅ |\n| BattlEye (BE) | Desktop Games | ✅ (w/Windows Hyper-V + HVCI) |\n| Easy Anti-Cheat (EAC) | Desktop Games | ✅ |\n| Gepard Shield | PUBG: Battlegrounds | ✅ |\n| NACE (Netease Anticheat Expert) | Marvel Rivals | ✅ |\n| Hyperion | Roblox | ✅ |\n| Mhyprot | Genshin Impact | ❔ (HoYoKProtect.sys) \u003cbr\u003e 🪟 [BSOD: ATTEMPTED_WRITE_TO_READONLY_MEMORY](https://github.com/Scrut1ny/Hypervisor-Phantom/issues/34) |\n| nProtect GameGuard (NP) | Desktop Games | ✅ |\n| RICOCHET | CoD Games | ✅ |\n| Vanguard | Valorant \u0026 LoL | ✅ (w/Windows Hyper-V + HVCI) |\n\n\u003c/details\u003e\n\n\n\n\n\n\n\n\u003cdetails\u003e\n\u003csummary\u003eVirtual Video \u0026 Audio\u003c/summary\u003e\n\n## Bring live video from your smartphone, remote computer, or friends directly into OBS or other studio software.\n- [VDO.Ninja](https://vdo.ninja/)\n- [meshcast.io](https://meshcast.io/)\n\n## VB-CABLE Virtual Audio Device\n- [VB-AUDIO Software](https://vb-audio.com/Cable/index.htm)\n    - [Windows Download](https://download.vb-audio.com/Download_CABLE/VBCABLE_Driver_Pack43.zip)\n    - [macOS Download](https://download.vb-audio.com/Download_MAC/VBCable_MACDriver_Pack108.zip)\n\n## Virtual Displays\n- [Virtual-Display-Driver](https://github.com/itsmikethetech/Virtual-Display-Driver)\n- [memflow-mirror](https://github.com/ko1N/memflow-mirror)\n\n## Webcam Manipulation\n- [Deep-Live-Cam](https://github.com/hacksider/Deep-Live-Cam)\n\n\u003c/details\u003e\n\n\n\n\n\n\n\n\n\n\u003cdetails\u003e\n\u003csummary\u003eVPN + Hypervisor\u003c/summary\u003e\n\n- ***IMPORTANT***: Ensure not to add a custom DNS configuration to the guest system on the hypervisor if your host system's VPN uses custom DNS block lists. Doing so may result in your guest hypervisor system losing its internet connection!\n\n## Mullvad VPN + QEMU\n- For the VPN connection to get properly natted/bridged you must enable the setting `Local network sharing` option!\n    - How to: `⚙️` \u003e `VPN settings` \u003e `Local network sharing` ✅\n\n![image](https://github.com/user-attachments/assets/18ba68b4-31ea-4c5e-9ad1-66417001820f)\n![image](https://github.com/user-attachments/assets/36465501-13fa-469b-bb66-f3db6003a64e)\n![image](https://github.com/user-attachments/assets/77890671-d024-491a-8d33-cb38e3503ef4)\n![image](https://github.com/user-attachments/assets/126e06bd-23c0-4cb9-9bfe-5a55fe6689ab)\n\n\u003c/details\u003e\n\n\n\n\n\n\n\n\u003cdetails\u003e\n\u003csummary\u003eRecommended Tools\u003c/summary\u003e\n\n- OCR Powered Screen-Capture Tools\n    - Linux:\n        - [NormCap](https://github.com/dynobo/normcap)\n        - [TextSnatcher](https://github.com/RajSolai/TextSnatcher)\n    - Windows:\n        - [ShareX](https://github.com/ShareX/ShareX)\n- RAT (Remote Access/Administration Trojan)\n    - [Quasar](https://github.com/quasar/Quasar)\n        - [Resource Hacker](https://www.angusj.com/resourcehacker/)\n- RDP (Remote Desktop Protocal)\n    - [Ammyy Admin](https://www.ammyy.com/)\n    - [MeshCentral](https://github.com/Ylianst/MeshCentral)\n- Monitor EDID Modifiers\n    - [Monitor Asset Manager](https://www.entechtaiwan.com/util/moninfo.shtm)\n        - [Dell Article](https://www.dell.com/support/kbdoc/en-us/000156229/using-monitor-asset-manager-version-2-6-to-read-extended-display-identification-data-edid-information)\n        - [Using an INF file to override EDIDs](https://learn.microsoft.com/en-us/windows-hardware/drivers/display/overriding-monitor-edids)\n    - [Custom Resolution Utility (CRU)](https://www.monitortests.com/forum/Thread-Custom-Resolution-Utility-CRU)\n- UEFI/BIOS Editors\n    - [Phoenix BIOS Editor](https://theretroweb.com/drivers/208)\n    - [UEFITool](https://github.com/LongSoft/UEFITool)\n\n\u003c/details\u003e\n\n\n\n---\n\n\n\n## 🔩 Hardware\n\n\u003cdetails\u003e\n\u003csummary\u003eBypassing HDCP\u003c/summary\u003e\n\n#### HDCP (High-bandwidth Digital Content Protection) Stuff\n- [Wikipedia - HDCP](https://en.wikipedia.org/wiki/High-bandwidth_Digital_Content_Protection)\n- [NVIDIA - To verify if your system is HDCP-capable](https://www.nvidia.com/content/Control-Panel-Help/vLatest/en-us/mergedProjects/Display/To_verify_if_your_system_is_HDCP-capable.htm)\n\n## Bypassing HDCP Hardware/Software Diagram:\n![bypass](https://github.com/Scrut1ny/Hypervisor-Phantom/assets/53458032/589b0f88-f14b-44d8-bf1c-225df4d01e54)\n\n## Bypass Kits\n\n#### Expensive Bypass Kit (Recommended):\n- 1x2 HDMI Splitter \u003c\u003e [ViewHD](https://www.amazon.com/dp/B004F9LVXC) - `~$22.00`\n- EDID Emulator \u003c\u003e [4K-EWB - HDMI 2.1 4K EDID Emulator](https://www.amazon.com/dp/B0DB7YDFD6) - `~$25.00`\n- USB HDMI Capture Card \u003c\u003e [Elgato HD60 X](https://www.amazon.com/dp/B09V1KJ3J4) - `~$160.00`\n\n#### Cheap Bypass Kit (Not recommended):\n- 1x2 HDMI Splitter \u003c\u003e [OREI](https://www.amazon.com/dp/B005HXFARS) - `~$13.00`\n- EDID Emulator \u003c\u003e [EVanlak](https://www.amazon.com/dp/B07YMTKJCR) - `~$7.00`\n- USB HDMI Capture Card \u003c\u003e [AXHDCAP](https://www.amazon.com/dp/B0C2MDTY8P) - `~$9.00`\n\n## Equipment List\n- External USB Capture Card(s)\n    - Elgato\n        - [HD60 X | 10GBE9901](https://www.amazon.com/dp/B09V1KJ3J4) - `~$140.00`\n        - [4K X | 20GBH9901](https://www.amazon.com/dp/B0CPFWXMBL) - `~$200.00`\n        - [Game Capture Neo | 20GBI9901](https://www.amazon.com/dp/B0CVYKQNFH) - `~$110.00`\n        - [Cam Link](https://www.amazon.com/dp/B07K3FN5MR) - `~$90.00`\n    - [AXHDCAP 4K HDMI Video Capture Card](https://www.amazon.com/dp/B0C2MDTY8P) - `~$9.98`\n- 1x2 HDMI Splitter(s)\n    - [U9 / ViewHD](https://u9ltd.myshopify.com/collections/splitter)\n        - [VHD-1X2MN3D](https://www.amazon.com/dp/B004F9LVXC) - \n        - [VHD-1X2MN3D](https://www.amazon.com/dp/B086JKRSW1) - `~$18.00`\n    - HBAVLINK\n        - [HB-SP102B](https://www.amazon.com/dp/B08T62MKH1)\n        - [HB-SP102C](https://www.amazon.com/dp/B08T64JWWT)\n    - CORSAHD\n        - [CO-SP12H2](https://www.amazon.com/dp/B0CLL5GQXT)\n        - [?????????](https://www.amazon.com/dp/B0CXHQNSWM)\n    - EZCOO\n        - [EZ-SP12H2](https://www.amazon.com/dp/B07VP37KMB)\n        - [EZ-EX11HAS-PRO](https://www.amazon.com/dp/B07TZRXKYG)\n- EDID Emulator(s)\n    - HDMI\n        - Brand: THWT\n            - [4K-EW2 - HDMI 2.1 4K EDID Emulator PRO](https://www.amazon.com/dp/B0DB65Y6VL) - `~$90.00`\n            - [4K-EWB - HDMI 2.1 4K EDID Emulator](https://www.amazon.com/dp/B0DB7YDFD6) - `~$25.00`\n            - [HD-EW2 - HDMI 2.0 EDID Emulator 4K PRO](https://www.amazon.com/dp/B0C32ZWBR6) - `~$90.00`\n            - [HD-EWB - HDMI 2.0 4K EDID Emulator](https://www.amazon.com/dp/B0CRRWQ7XS) - `~$20.00`\n    - DP\n        - Brand: THWT\n            - [DPH-EW2 - Displayport 1.2 EDID Emulator 4K PRO](https://www.amazon.com/dp/B0C32NJ2NF) - `~$90.00`\n    - DP to HDMI\n        - Brand: THWT\n            - [DPH-EWB - Displayport 1.2 to HDMI 2.0 EDID Emulator](https://www.amazon.com/dp/B0C3H763FG) - `~$20.00`\n\n\u003c/details\u003e\n\n\n\n\n\n\n\n\u003cdetails\u003e\n\u003csummary\u003eElgato Capture Cards\u003c/summary\u003e\n\n- Some of Elgato's capture cards, leveraging UVC (USB Video Class) technology, operate seamlessly without requiring additional drivers. As UVC devices, they adhere to a standard protocol for transmitting video and audio data over USB connections. This plug-and-play functionality ensures compatibility with various operating systems, enabling effortless setup and use for capturing high-quality video content.\n\n## UVC Elgato Capture Cards\n\n- [Article](https://help.elgato.com/hc/en-us/articles/360027961152-Elgato-Gaming-Hardware-Drivers)\n\n| Device                      | Driver Status                     |\n|-----------------------------|-----------------------------------|\n| Elgato Cam Link             | No driver since it's a UVC device |\n| Elgato Cam Link 4K          | No driver since it's a UVC device |\n| Elgato Game Capture HD60 S+ | No driver since it's a UVC device |\n| Elgato Game Capture HD60 X  | No driver since it's a UVC device |\n| Game Capture 4K X           | No driver since it's a UVC device |\n| Game Capture Neo            | No driver since it's a UVC device |\n\n## Linux - OBS Black Screen Issue Solution\n\n##### Step 1:\nDownload and Install the latest `4K CAPTURE UTILITY` software from [Elgato downloads page](https://www.elgato.com/us/en/s/downloads) on a `WINDOWS OS`.\n\n#### Step 2:\nOpen `Elgato 4K Capture Utility` and let the software initialize the UVC capture card.\n\n#### Step 3:\nSelect the settings icon on the top right corner of the software utility, and select `Check for Updates...`. (It should update automatically already, but just make sure the firmware is on the latest version available.)\n\n#### Step 4:\nNow, connect the capture card device back to your Linux host system now and open OBS, you should now see an output from your GPU instead of a black screen.\n\n\u003c/details\u003e\n\n\n\n\n\n\n\n\n\n---\n\n\u003e **⚠️ Legal Disclaimer**  \n\u003e By using this tool, you agree to the following:\n\u003e \n\u003e - This tool is intended **only for educational, research, and security analysis** purposes.\n\u003e - **The author is not liable** for any damages, legal consequences, or misuse arising from your use of this tool.\n\u003e - You are responsible for ensuring your use complies with all applicable laws. \n\u003e - Misuse, including cheating or illegal activities, is strictly prohibited.\n\u003e \n\u003e Use at your own risk. The tool is provided \"as-is\" without any warranties.\n\n\n\n\n---\n\n\n\n\n\n## Donations/Support ❤️\n  - \u003cimg src=\"https://external-content.duckduckgo.com/ip3/z.cash.ico\" width=\"16\" height=\"16\"\u003e  Zcash (ZEC)\n    - Shielded: Unified Address (Orchard \u0026 Z-Sapling)\n    ```\n    u142lxl4z0q3tjv470zjcxtkc4qr8a62m083n4px70x7uccxgs56z5k60c4qf3lf0hxm67e0emyqzaafcnqv8afyjr2jj2vppl8qtf4f8wljxqwumn3eswcxc99e8mzsfclh4a76wtwylvhys2sqqqjaq37puj64zkp5l2zhhytnrn98v3wjdkegjwzd697s8vtxw5se20x3rzux9tev3\n    ```\n    - Exposed Transparent Address (*Fallback if your wallet doesn't support the address above*)\n    ```\n    t1J7x1Tria86sVBLfJr2qyJrHZJLUqU56Vu\n    ```\n  - \u003cimg src=\"https://external-content.duckduckgo.com/ip3/www.getmonero.org.ico\" width=\"16\" height=\"16\"\u003e  Monero (XMR)\n    ```\n    8C86X64ZWqmPEx72hNyBm8Ls6VL5j2nUH1G7pU9p7MAF9gWP4Nj7bbm5zz8SHngC4CHArmKY4BdVnKcoDH6dT8mw7kL2u9S\n    ```\n\n\n\n\n---\n\n\n\n\n\n## Star History\n\n\u003ca href=\"https://star-history.com/#Scrut1ny/Hypervisor-Phantom\u0026Date\"\u003e\n \u003cpicture\u003e\n   \u003csource media=\"(prefers-color-scheme: dark)\" srcset=\"https://api.star-history.com/svg?repos=Scrut1ny/Hypervisor-Phantom\u0026type=Date\u0026theme=dark\" /\u003e\n   \u003csource media=\"(prefers-color-scheme: light)\" srcset=\"https://api.star-history.com/svg?repos=Scrut1ny/Hypervisor-Phantom\u0026type=Date\" /\u003e\n   \u003cimg alt=\"Star History Chart\" src=\"https://api.star-history.com/svg?repos=Scrut1ny/Hypervisor-Phantom\u0026type=Date\" /\u003e\n \u003c/picture\u003e\n\u003c/a\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FScrut1ny%2FHypervisor-Phantom","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FScrut1ny%2FHypervisor-Phantom","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FScrut1ny%2FHypervisor-Phantom/lists"}