Extraction and unpacking of game archives and compression, encryption, obfuscation, decoding of unknown files
-
hnnewgames
- Posts: 148
- Joined: Sat Dec 16, 2017 8:58 pm
Post
by hnnewgames »
Would anyone know what kind of compression this is and if there is any tool that can decompress and compress? Thanks!
-
aluigi
- Site Admin
- Posts: 12984
- Joined: Wed Jul 30, 2014 9:32 pm
Post
by aluigi »
I guess the compression of GLOBALTEXT_ENGLISH_PS2.nFlC is lzo1x:
Code: Select all
comtype lzo1x
idstring "nFlC"
goto 0x20
get ZSIZE long
get ZERO long
get SIZE long
get NAME basename
clog NAME 0x40 ZSIZE SIZE
What's the game?
-
Rainx
- Posts: 21
- Joined: Sat Feb 24, 2018 7:24 am
Post
by Rainx »
aluigi wrote:What's the game?
Maybe Ultimate Spider-Man?
-
aluigi
- Site Admin
- Posts: 12984
- Joined: Wed Jul 30, 2014 9:32 pm
Post
by aluigi »