Extraction and unpacking of game archives and compression, encryption, obfuscation, decoding of unknown files
godskin
Posts: 192 Joined: Sun Oct 04, 2015 2:27 am
Post
by godskin » Thu Oct 26, 2017 6:05 pm
aluigi
Site Admin
Posts: 12984 Joined: Wed Jul 30, 2014 9:32 pm
Post
by aluigi » Thu Oct 26, 2017 7:18 pm
I guess that all the information are encrypted but the data isn't so you can still extract the content with: offzip -a -z -15 -Q.
Better than nothing
godskin
Posts: 192 Joined: Sun Oct 04, 2015 2:27 am
Post
by godskin » Fri Oct 27, 2017 12:00 am
aluigi wrote: I guess that all the information are encrypted but the data isn't so you can still extract the content with: offzip -a -z -15 -Q.
Better than nothing
don't work
Code: Select all
for %%G in (*.pak) do offzip.exe -q %%G
aluigi
Site Admin
Posts: 12984 Joined: Wed Jul 30, 2014 9:32 pm
Post
by aluigi » Fri Oct 27, 2017 6:53 am
Read my previous post more carefully.