mmozeiko/aes-finder

When I run it says Failed to open process.

OneGuyGames opened this issue · 5 comments

Trying to find the AES key to Valorant but when I do i get

Searching PID 7072 ...
Failed to open process.
Done!

Probably anti-debug or something similar prevents accessing process memory.
This tool works only when target process does not do any anti-debug/anti-cheat measures.
See #10 and #13 for similar issue.

If you're on Linux, you should be running aes-finder as root.

@subsr97 OP mentioned he's using it on Valorant. I don't think Valorant is released on Linux.

If the target process is running as 64 Bit, but aes-finder was compiled as 32 Bit, it cannot open the target process.

Run as an admin