HEX DEREF ANTI-CHEAT - A design that avoids false bans

Do you need software development or C2 communication reverse‑engineering services?

Learn More

Detects nearly all previously unknown or newly released non-DMA P2C cheats, regardless of whether they are HWID-locked or virtualized, and identifies them already during the first round. Hardware resets or new devices cannot bypass enforcement. Does it sound too good to be true? You can test this internally by purchasing the most sophisticated CS2 cheat money can buy. The process is flagged during the very first round. Practically speaking, the cheating problem in your games is reduced to near zero from day one. As of 06/2026, these features are unique — no other kernel-level anti-cheat includes them.

User-mode only anti-cheat is a thing of the past. An anti-cheat running in user mode or only on the server side can never compete with a proper kernel-level solution. https://overlayhack.com/eac-eaac-anti-cheat-bypass/1038

As long as anti‑cheat vendors or game studios does not hire real talents, the cheats (P2Cs) will always stay a step or two ahead. A contributing factor is the near‑impossible recruitment process.

The purpose of these bypasses is to demonstrate that, despite certain anti‑cheat vendors claiming market leadership based solely on player numbers, that alone doesn't guarantee they offer the best solution. A polished CV or a diploma doesn't mean much if you can't reverse‑engineer or code. These skills typically take years — often a decade or more — to develop, and generative AI only recently started smoothing that curve. Schools don't teach any of this, by the way. You'd basically need to be born with the entire skillset pre‑installed.

The bypass shown in the video below has remained undetected for years across all current kernel‑level anti‑cheat systems. The author has literally tested it over the past several years without receiving a single game ban. It's also important to note that this is an HWID‑locked, LLVM‑EX‑virtualized P2C. Every build is unique, which makes any static analysis essentially a waste of time.

This is exactly why dynamic‑analysis‑capable tooling, such as HEX DEREF X - ENDPOINT SECURITY / ANTI-MALWARE, is required. And as anyone familiar with the P2C ecosystem knows, Discord functions as the central hub for these providers; the public discussions there only further support this conclusion.

P2C cheat software can leverage undocumented kernel mechanisms, whereas anti‑cheat drivers must operate strictly within documented interfaces to maintain stability, compatibility, and maintainability. This structural asymmetry guarantees that detection lags behind, rendering these solutions largely ineffective. The numerous private cheats for sale support this claim. Any moderately sophisticated HWID‑locked P2C remains undetected, particularly because it enters the kernel before EAC or BattlEye initializes. I need to point out that what has been sold to game developers is essentially a pseudo kernel-level anti-cheat despite a long market presence. The situation changes fundamentally if you adopt my implementation.

The source code ensures perfect integration with the game. One of the best aspects of this solution is that it doesn't necessarily need to collect any meaningful data from players devices.

Key features

Do you need software development or reverse engineering services?

The lead developer of HEX DEREF X has, among other things, implemented and thoroughly tested the following Windows kernel‑driver features:

  • A file-system filter driver
  • A process monitoring driver
  • A registry filter driver
  • A handle monitoring driver

Don't add me on Telegram just for fun. I charge $49 USD per hour for every chat, and it must be paid upfront in Bitcoin (BTC). All software project work starts with a $2,499 USD upfront payment. Likewise, anything related to reversing starts at $2,999 USD. If those prices are too expensive, you should simply move on from this site.

A written contract is made for any software work or reversing, and it's confirmed by email. Or alternatively, we can create a longer contract as needed. If these terms don't work for you, you should simply move on from this site and go waste someone else's time. You also need to understand that whether the reversing succeeds or not, you still have to pay for the time and work spent on it.

PatchGuard

* A DKOM functionality is provided in the tool like a solution for reverse engineering and researching tasks. For example an advanced malware or an anti-cheat may not like the presence of monitoring tools and closes itself when it detects one. Having the ability to disable kernel patch protection on the fly allows you to hide the non-allowed processes.

LEFT
RIGHT
* The kernel physical memory scanner. This functionality enables an unattainable level of analysis and disclosure of information from the kernel memory and makes many things possible such as offline memory forensics analysis for cases you suspect that your computer is infected with a malware or rootkit.

Despite all the efforts (as of 06/2026, 5+ years of development), the tool is a work in progress (WIP).