ADMIN, DELETE.

Extraction and unpacking of game archives and compression, encryption, obfuscation, decoding of unknown files
zeaofsuos
Posts: 104
Joined: Sun Jan 13, 2019 11:45 pm

ADMIN, DELETE.

Post by zeaofsuos »

ADMIN, DELETE.
Last edited by zeaofsuos on Wed Apr 14, 2021 6:09 pm, edited 2 times in total.
aluigi
Site Admin
Posts: 12984
Joined: Wed Jul 30, 2014 9:32 pm

Re: Hitman Absolution HD [PS4].orbis_fsb/orbis_resourcelib/orbis_binkvid?

Post by aluigi »

"Files were deleted"
zeaofsuos
Posts: 104
Joined: Sun Jan 13, 2019 11:45 pm

ADMIN, DELETE.

Post by zeaofsuos »

ADMIN, DELETE.
Last edited by zeaofsuos on Wed Apr 14, 2021 6:09 pm, edited 1 time in total.
aluigi
Site Admin
Posts: 12984
Joined: Wed Jul 30, 2014 9:32 pm

Re: Hitman Absolution HD [PS4].orbis_fsb/orbis_resourcelib/orbis_binkvid?

Post by aluigi »

They only look like containers of the original files with a different magic at the beginning, two 32bit zeros, the size of the file and two other fields that are zero in the fsb sample.
Data starts at offset 0x18 but you have to cut 16 zeroes in the fsb one.

Code: Select all

getdstring MAGIC 4
get ZERO long
get ZERO long
get SIZE long
get DUMMY long
get DUMMY long
savepos OFFSET
get NAME basename
log NAME OFFSET SIZE