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 ARC Raiders — Dumping Xbox App Build (XOR Key/Runtime)

byte_corvus

Newbie
Newbie
Newbie
Newbie
Status
Offline
Joined
Mar 3, 2026
Messages
618
Reaction score
7
Anyone currently digging into the ARC Raiders Xbox App build?

Trying to get a clean dump for this version is becoming a massive headache. Standard methods aren't cutting it, and the environment feels significantly more locked down than the usual Steam releases. I've been attempting to dump the runtime by pulling the plug on certain communications to keep the process alive, but the output looks like trash.

The main hurdle is determining if the dump is actually valid or if an XOR key is mangling the output data. If you've spent any time reversing GDK/Xbox app titles, you know the drill with how these executables are encrypted and handled in memory compared to standard Win64 binaries.

  1. Current Method: Killing comms and pulling the runtime memory segment.
  2. Suspected Issue: XOR key mismatch or corrupted PE headers in the binary.
  3. Engine Context: ARC Raiders (Embark Studios) — survival extraction logic likely packed with GDK specific wrappers.

  1. Are you guys finding the XOR key manually before initiating the dump?
  2. Is there a specific toolset that plays nice with the Xbox App's memory layout?
  3. How are you handling the decryption of the runtime image to get a clean SDK?

I'm looking for a solid workflow to get a usable SDK for this build without the file being a corrupted mess. If anyone has cracked the logic for this specific platform wrapper, let's swap notes.

Anyone tested this on latest patch?
 
Top