Replies: 7 comments 11 replies
-
I've inspected the source code and found some interesting stuff, and I'm very close to finding the key. Wish me good luck! |
Beta Was this translation helpful? Give feedback.
-
Ive found where things are located (like where it decrypts, where it inputs and things) but i need to connect all those functions now. Should probably be done tomorrow, we'll see lol |
Beta Was this translation helpful? Give feedback.
-
Okay, I think I've found an AES-256 key, but I'm not sure if that only unlocks another key or is that it .. I'll search more. |
Beta Was this translation helpful? Give feedback.
-
Okay, that key IS THE KEY indeed since the code passes it to the Cipher (which decrypts it) at multiple places, but it's still bad decrypt. The string is probably faulty (the JSON object that we're decrypting is taken from a GET request) but i cannot get all the methods lined up since it always reports "unused" at the end. Will try to dig in further! |
Beta Was this translation helpful? Give feedback.
-
Also, SUMMARY for all of you: |
Beta Was this translation helpful? Give feedback.
-
Hey yall, sorry for taking so long but school's been hard |
Beta Was this translation helpful? Give feedback.
-
Okay, i clicked on this after a long time, and we probably need to decrypt the .so files (csharp i think since this was made in unity and unity uses cs for coding) because there's the only place where I've found "wallet.json" and also metadata.dat file. I'll try my best :) |
Beta Was this translation helpful? Give feedback.
-
I made a python tool that checks for certain keywords in all three classes.dex file and found quite a bit of stuff, including a string that says something about AES-128 encryption method, so now we know what to focus on.
Beta Was this translation helpful? Give feedback.
All reactions