Attractio obfuscation

Extraction and unpacking of game archives and compression, encryption, obfuscation, decoding of unknown files
aluigi
Site Admin
Posts: 12984
Joined: Wed Jul 30, 2014 9:32 pm

Attractio obfuscation

Post by aluigi »

All the images (tga, png) and audio (ogg) files are obfuscated with a simple xor key.
Script:

Code: Select all

get NAME basename
get EXT extension
string NAME + "_dec."
string NAME + EXT
filexor "0x2a 0x65 0x45 0x4b"
get SIZE asize
log NAME 0 SIZE