- Oct 8, 2018
- 489
- 999
Deobfuscated theThis is amazing! Mind sharing how you reverse obfuscated the json and js files?
rpg_managers.js
file using
You must be registered to see the links
with -t obfuscator
, and the encryption key is in the function after CryptoJS. Decrypting the JSON files is easy from that since it's regular AES encryption.