mmozeiko/aes-finder

error MSB4019: le projet importé "C:\Microsoft.Cpp.Default.props" est introuvable.

RealDarkCraft opened this issue · 7 comments

i'm trying to compile it with visual studio code using dotnet build
(if I absolutely must use VS normal, could they send me a build directly, as I don't have much disk space)
and I'd like to know if the program could retrieve aes keys in bluestack (android emulator) in the yo kai watch puni puni game (to decrypt a specific file types).

You don't need to use IDE to compile this. You can just run the compiler on aes-finder.cpp and get the command-line executable. If you're using MSVC compiler, then run cl.exe /O2 aes-finder.cpp and it will produce aes-finder.exe.

I managed to compile the project but I have another problem I can't find any key (Failed to open process)

aes-finder.exe chrome.exe
pause

Searching PID 14608 ...
Failed to open process
Searching PID 16356 ...
Failed to open process
Searching PID 14608 ...
Failed to open process
Searching PID 16356 ...
Failed to open process
Searching PID 18224 ...
Failed to open process
Searching PID 11404 ...
Failed to open process
Searching PID 16376 ...
Failed to open process
Searching PID 3508 ...
Failed to open process
Searching PID 17036 ...
Failed to open process
Searching PID 8044 ...
Failed to open process
Searching PID 6068 ...
Failed to open process
Searching PID 5576 ...
Failed to open process
Searching PID 17856 ...
Failed to open process
Searching PID 5964 ...
Failed to open process
Searching PID 18296 ...
Failed to open process

i'm on windows 11

i have the same problem with administrator mode

and I don't know if I have compilded to 32bit or 64bit

My guess is that you did compile it as 32-bit binary. The way current code works, it cannot scan memory of 64-bit process as 32-bit binary. Check what kind of binary you're compiling.

is the program able to recover keys from an android game (yokai watch puni puni) on blustack ?