Odin’s Eye is built to sit beside Dark Age of Camelot, never inside it. It reads, it never writes, and it collects nothing about you beyond what your licence needs. Here’s exactly how — and how to check it yourself.
It never hooks, patches, or injects code into the game client. It runs as its own separate window on top of the screen.
It reads game memory read-only to draw the overlay — zero writes to the game’s process or memory. It cannot change anything in-game.
No email is ever collected. An account is just a username you choose and a password. That’s the whole footprint.
Every build has a unique SHA-256 fingerprint. After you download and unzip, hash the file and confirm it matches the current release below — that proves the bytes on your disk are exactly what we published, unaltered.
In PowerShell, from the folder with the extracted Application.exe:
Get-FileHash .\Application.exe -Algorithm SHA256 | Format-List
Because each build is brand-new and not yet widely downloaded, Windows SmartScreen may show “Windows protected your PC” on first launch. This is a reputation prompt for unrecognised new software — not a virus detection. Clear it with More info → Run anyway, or right-click the zip → Properties → tick Unblock before extracting. As more people run each release, the prompt fades on its own.
You never have to take our word for it. Once you’ve downloaded the build, you can upload it to a service like VirusTotal to run it past dozens of antivirus engines. Note that packed/obfuscated binaries (we protect ours against tampering and reverse-engineering) sometimes trip a few heuristic engines — that’s a reaction to the protective packaging, not to any malicious behaviour, which is why the read-only, no-injection design above is what actually matters.