Hello!
Some files of the game "Prison Princess" are encrypted. I think decryption key in Assembly-CSharp.dll or exe. But my knowledge is not enough to find it
I hope someone can help me !!
Thanks!!
https://drive.google.com/drive/folders/ ... sp=sharing
Need help with decrypt Unity bundle
-
- Posts: 1383
- Joined: Sat Aug 09, 2014 2:34 pm
Re: Need help with decrypt Unity bundle
Here my tool for decrypt / encrypt bundles.
Result
PS: See below.
Result
PS: See below.
Last edited by Ekey on Thu Aug 20, 2020 12:24 pm, edited 1 time in total.
-
- Posts: 9
- Joined: Tue Jul 28, 2020 11:59 pm
Re: Need help with decrypt Unity bundle
Thank you @Ekey
Works great. Is it possible to add the ability to encrypt with the same key after inserting the translated text and textures?
P.S. sorry for my eng
Works great. Is it possible to add the ability to encrypt with the same key after inserting the translated text and textures?
P.S. sorry for my eng
-
- Posts: 1383
- Joined: Sat Aug 09, 2014 2:34 pm
Re: Need help with decrypt Unity bundle
Yeah, sure. The arguments have changed a bit to Source file, Destination file
Examples:
[Decrypt]
After edit dec file you can encrypt it back.
[Ecnrypt]
Examples:
[Decrypt]
Code: Select all
PP.Bundler "D:\bundle_assetbundle" "D:\bundle_assetbundle.dec"
After edit dec file you can encrypt it back.
[Ecnrypt]
Code: Select all
PP.Bundler "D:\bundle_assetbundle.dec" "D:\bundle_assetbundle_mynew_bundle"
-
- Posts: 9
- Joined: Tue Jul 28, 2020 11:59 pm
Re: Need help with decrypt Unity bundle
Thank you very much for the help @Ekey. Everything works perfectly.