Home All Games HV Games Repacks Platforms Specs Genres Franchises Gems FAQ

Understanding HV Games

What Denuvo's Hypervisor protection is, why it exists, how the bypass works, and what to expect when running HV-tagged games.

pchvdrmgetting-started
← Back to Wiki
Contents (14)

Understanding HV Games

Games tagged HV on this site require a specific bypass process before they'll run correctly. This page explains what that means and why it's different from a normal game install.


What is Denuvo Hypervisor?

Denuvo's Hypervisor is an anti-tamper protection system layered on top of standard Denuvo DRM.

Unlike regular Denuvo — which protects the game executable — the Hypervisor operates at a lower level. It uses CPU virtualization extensions (Intel VT-x or AMD-V) to create an isolated execution environment that sits between the OS and the game.

What this means in practice:

  • The game's protected code runs in a virtualized environment the OS can't directly inspect
  • Any modification to the execution environment is detected and triggers a crash
  • Standard game cracks that patch the executable directly don't work here

Why is it harder to crack?

Normal Denuvo cracks typically involve:

  • Finding and patching the DRM check in the executable
  • Emulating what the DRM expects to see

The Hypervisor makes this significantly harder because the protected code doesn't run in the normal OS context. You can't just patch a binary — you have to deal with the virtualization layer itself.

Cracks for HV games work by:

  • Modifying how the CPU handles certain virtualization instructions
  • Intercepting or bypassing the hypervisor's integrity checks
  • Sometimes requiring a temporary kernel-level modification

This is why HV games have a specific guide and require extra steps — the process is more involved than dropping a cracked .exe into a folder.


What to expect

It's not a standard install

Running an HV game correctly requires following the bypass guide. Every HV game page on this site has a View Guide button — use it. The steps vary slightly between games and crack versions.

It may require specific software

Some HV bypasses require:

  • Running a specific tool before launching the game
  • A kernel patch or driver
  • A specific version of Windows
  • Running as Administrator

The guide for each game will tell you exactly what's needed.

Antivirus will almost certainly complain

The bypass tools operate at a low level that antivirus software finds deeply suspicious. This is expected. Add the game folder and any bypass tools to your antivirus exclusions before running anything.

Some system configurations won't work

A small number of HV bypasses have compatibility issues with:

  • Specific CPU models
  • Virtualization software running simultaneously (VirtualBox, VMware, WSL2 with hardware virtualization)
  • Some system security features (Credential Guard, Core Isolation)

If the bypass fails on your system, check the guide's known issues section or ask in the Discord.


Which games are HV?

Games are tagged HV on this site when they use Denuvo's Hypervisor and require a bypass to run. You'll see the HV label on the game card and a warning banner on the game's page.

Not all Denuvo games are HV — only those using the Hypervisor layer specifically. Regular Denuvo games don't need this process.


Step-by-step: general process

The exact steps are on each game's page, but the general flow is:

  1. Download the game as normal
  2. Extract it to a permanent location (not Downloads, not Desktop)
  3. Add the folder to your antivirus exclusions
  4. Download and run the specific bypass tool linked in the game's guide
  5. Follow the guide's instructions exactly — order matters
  6. Launch the game via the method specified in the guide (sometimes a specific launcher or batch file)

Frequently asked questions

Can I just use any Denuvo crack?

No. Standard Denuvo cracks don't work for HV games. You need the specific HV bypass.

Does it work on every PC?

Mostly yes, but some configurations cause issues. See "Some system configurations won't work" above.

Will updates break it?

Game updates from official launchers will overwrite the cracked files. Never update HV games through Steam or any official launcher.

Is this safe?

The bypass tools run low-level code — that's unavoidable given what they're doing. Use your own judgment. The tools linked from game pages on this site are the ones used by the wider scene, not anything random.