https://github.com/renarddev/dumpvac
PoC to disable VAC (Valve Anti-Cheat) and dump modules with automatic decryption.
https://github.com/renarddev/dumpvac
poc vac valve-anti-cheat
Last synced: 10 months ago
JSON representation
PoC to disable VAC (Valve Anti-Cheat) and dump modules with automatic decryption.
- Host: GitHub
- URL: https://github.com/renarddev/dumpvac
- Owner: RenardDev
- License: mit
- Created: 2022-12-19T03:38:14.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-11-18T14:50:59.000Z (over 1 year ago)
- Last Synced: 2025-02-08T04:28:55.445Z (over 1 year ago)
- Topics: poc, vac, valve-anti-cheat
- Language: C
- Homepage:
- Size: 341 KB
- Stars: 3
- Watchers: 2
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# DumpVAC
PoC to disable VAC and dump modules with automatic decryption.
# Info
* The first module always responds to session initialization.
* Modules can be different (for example, a scanner for illegal controllers that emulate a player but in reality are hardware cheats; a scanner for processes and its modules)
* All modules have their own purpose.
* Modules are received from Steam servers and the server does not care if it has not received a response with the results of module execution. (DumpVAC blocks the execution of modules and the response remains filled with zeros)
* Modules can be specially created for specific tasks. (There are general modules that always work and there are modules that are created to search for specific cheats)
# Short manual
1. Run `Console.exe`.
2. Run any game with VAC.
3. Done.
4. (To restore VAC - Press CTRL+C / To restart DumpVAC for reuse - Close and Open again)