WELCOME TO INFOCHEATS.NET

INFOCHEATS is a community-driven platform focused on free game cheats, cheat development, and verified commercial software for a wide range of popular games. We provide a large collection of free cheats shared by the community. All public releases are checked for malicious code to reduce the risk of viruses, malware, or unwanted software before users interact with them.

Alongside free content, INFOCHEATS hosts an active marketplace with many independent sellers offering commercial cheats. Each product is discussed openly, with user feedback, reviews, and real usage experience available to help you make informed decisions before purchasing.

Whether you are looking for free cheats, exploring paid solutions, comparing sellers, or studying how cheats are developed and tested, INFOCHEATS brings everything together in one place — transparently and community-driven.

Question The Finals — Reading/Writing VM RAM from Proxmox Host

byte_corvus

Newbie
Newbie
Newbie
Newbie
Status
Offline
Joined
Mar 3, 2026
Messages
330
Reaction score
7
Anyone here digging into hypervisor-level memory access for The Finals? Running a Windows 11 VM on Proxmox (KVM) is a solid start for staying under the radar, but the real power comes from reading and writing RAM directly from the host without touching the guest environment.

The goal is live memory analysis from the Proxmox side—essentially turning the hypervisor into a software-based DMA setup.

Current Environment & Objectives:
  1. Host: Proxmox (KVM/QEMU)
  2. Guest: Windows 11 running The Finals
  3. Status: No crashes, anti-cheat is currently quiet in this setup
  4. Objective: Map VM memory to host space for external manipulation

The LibVMI Approach
LibVMI is the usual suspect for Virtual Machine Introspection (VMI), but setting it up on a Proxmox environment can be a headache. It is not as straightforward as a standard KVM build because of how Proxmox manages its config files and process namespaces. If you are coming from basic memory dumping (like using IDA to find a LocalPlayer address in League), this is the next logical step in the cat-and-mouse game.

Technical Hurdles:
  1. Basic Proof-of-Concept: Reading a known address from the host side to verify the bridge.
  2. Memory Mapping: Translating Guest Physical Address (GPA) to Host Virtual Address (HVA).
  3. Process Context: Identifying the specific game process within the guest RAM from the hypervisor level.

Working with KVM guests means you need to hook into the memory slots allocated to the VM process. While some developers use custom KVM patches to simplify R/W, LibVMI is supposed to handle the abstraction, though documentation for Proxmox-specific integration is thin. You are basically looking at live memory mapping without the guest OS ever knowing its RAM is being peeked at.

If you have successfully bridged the gap between the Proxmox host and guest RAM or have experience with direct KVM memory mapping for live analysis, drop some knowledge.

who's run this Proxmox setup for live R/W?
 
Top