[Unity] Encrypted Asset Files

Extraction and unpacking of game archives and compression, encryption, obfuscation, decoding of unknown files
tsurumaki
Posts: 2
Joined: Wed Jan 12, 2022 12:34 pm

[Unity] Encrypted Asset Files

Post by tsurumaki »

Hi, I'm new to learning how to reverse engineer games (primarily to retrieve assets).

When I attempted to access the asset files (such as the sample file provided), I notice all of them have been XOR'd and have the same header, which I assume is supposed to be UnityFS.
File header wrote:71 C1 A4 A7 00 A3 5C C5


I'm not sure how to proceed from here, so I'd like some assistance.
Thank you in advance!
Last edited by tsurumaki on Thu May 19, 2022 3:39 pm, edited 1 time in total.
tsurumaki
Posts: 2
Joined: Wed Jan 12, 2022 12:34 pm

Re: [Unity] Encrypted Asset Files

Post by tsurumaki »

Bump*