Grabbing an AES Key

🚫
Exiled
Joined
Sep 8, 2011
Messages
69
Reaction score
264


Wonder how your res is being decrypted? You can just find the encryption key through the use of debug tools. Not only that, but you'd be able to determine custom res formatting too with some experience with asm, and machine language.

Here is the tool I made ages ago that supports some common formats:

I thought about completing some formats and remaking the extractor tool, but I haven't gotten to it yet. I was rewriting it as a bulk client merger as well. You can use the normal AEScrypt tool to unpack I believe with grabbing the key, or my tool.
 
Back