Important information: this site is currently scheduled to go offline indefinitely by end of the year.

Help Decrypting a file

The Original Forum. Game archives, full of resources. How to open them? Get help here.
Post Reply
asdasd123
beginner
Posts: 22
Joined: Sun Jun 14, 2015 4:07 pm
Has thanked: 13 times
Been thanked: 3 times

Help Decrypting a file

Post by asdasd123 »

Greetings!

I'm trying to access the 3D models of Saint Seiya APK, however the file is encrypted and their HEX code just shows __crypto__

I've searched through the DLLs and found the function that seems do Decrypt those files, but I don't know what the next step is.
Since I'm not a programmer, so I really don't know how to use that information to extract the models.

Can you guys help me out?

Encrypted file sample: http://www.mediafire.com/download/x66rc ... 491fc7.rar

Here's the decryption function:
Image

And here are the DLLs in case you want to take a deeper look: http://www.mediafire.com/download/kmteg ... x/DLLs.rar

Thanks in advance!
atom0s
beginner
Posts: 35
Joined: Sat Sep 27, 2014 9:19 am
Location: http://atom0s.com or http://zenhax.com
Been thanked: 14 times
Contact:

Re: Help Decrypting a file

Post by atom0s »

Removed.
Last edited by atom0s on Fri Sep 15, 2017 9:36 am, edited 1 time in total.
My personal website: http://atom0s.com
asdasd123
beginner
Posts: 22
Joined: Sun Jun 14, 2015 4:07 pm
Has thanked: 13 times
Been thanked: 3 times

Re: Help Decrypting a file

Post by asdasd123 »

@atom0s you are absolutely right!

I've found _nativeDecrypto function inside libarrow.so. I managed to disassemble it with IDA https://www.hex-rays.com/products/ida/
I believe the language IDA uses is called ARM (http://simplemachines.it/doc/arm_inst.pdf)

Just to be sure, I'm uploading all the .SO files here: http://www.mediafire.com/download/nr1q8 ... +files.rar

Here's the _nativeDecryptoToAssetBundle funcion:

Image
Post Reply