The rules have been updated, read them now: Rules!
[Unity] Rockman X DiVE Decryption
[Unity] Rockman X DiVE Decryption
/
Last edited by AtlasF on Thu Feb 11, 2021 7:39 am, edited 2 times in total.
- einherjar007
- veteran
- Posts: 94
- Joined: Sat Dec 23, 2017 7:56 am
- Has thanked: 105 times
- Been thanked: 15 times
- Contact:
Re: [Unity] Rockman X DiVE Decryption
Can't you wait for a while? As I suggested in vg-resource, XDive is very promising content in the future.
When cryptography no longer makes sense as cryptography, they should change its method.
Now I use the XOR method which is easy to get, but it is difficult to decrypt if it is changed to AES or bit shift is used.
When cryptography no longer makes sense as cryptography, they should change its method.
Now I use the XOR method which is easy to get, but it is difficult to decrypt if it is changed to AES or bit shift is used.
Re: [Unity] Rockman X DiVE Decryption
/
Last edited by AtlasF on Thu Feb 11, 2021 7:39 am, edited 1 time in total.
-
- ultra-n00b
- Posts: 2
- Joined: Wed Apr 15, 2020 12:06 pm
- Has thanked: 3 times
Re: [Unity] Rockman X DiVE Decryption
what tool do you use to view the data? i have found the list of files but i can't view it by UnityEX
-
- ultra-n00b
- Posts: 2
- Joined: Wed Apr 15, 2020 12:06 pm
- Has thanked: 3 times
[Unity] (Rockman X Dive) need help about .file
please help me read those .file from Rockman X Dive. i have used many program such as UABE, AssetStudio,etc but i can't read those files
It comes with a bunch of files with no extension. it seems to be encrypted into another type. please help
It comes with a bunch of files with no extension. it seems to be encrypted into another type. please help
You do not have the required permissions to view the files attached to this post.
-
- ultra-n00b
- Posts: 3
- Joined: Mon Feb 08, 2021 1:20 pm
Re: [Unity] Rockman X DiVE Decryption
I think i figured out it's source of encryption, there's some scripts in this game that do that action of locking them up but i can't seem to tell if it's either AesCrypto.cs of LZ4Codec.cs.They somehow tell the difference of streaming the assets from encrypted header.
The dumped scripts are in my google folder: {https://drive.google.com/file/d/1QwJsqY ... sp=sharing}
Search for either AesCrypto, LZ4Codec of AssetBundle scripts in my zip file.
The dumped scripts are in my google folder: {https://drive.google.com/file/d/1QwJsqY ... sp=sharing}
Search for either AesCrypto, LZ4Codec of AssetBundle scripts in my zip file.