ADMIN, DELETE.
-
- Posts: 104
- Joined: Sun Jan 13, 2019 11:45 pm
ADMIN, DELETE.
ADMIN, DELETE.
Last edited by zeaofsuos on Wed Apr 14, 2021 6:09 pm, edited 2 times in total.
-
- Site Admin
- Posts: 12984
- Joined: Wed Jul 30, 2014 9:32 pm
Re: Hitman Absolution HD [PS4].orbis_fsb/orbis_resourcelib/orbis_binkvid?
"Files were deleted"
-
- Posts: 104
- Joined: Sun Jan 13, 2019 11:45 pm
ADMIN, DELETE.
ADMIN, DELETE.
Last edited by zeaofsuos on Wed Apr 14, 2021 6:09 pm, edited 1 time in total.
-
- Site Admin
- Posts: 12984
- Joined: Wed Jul 30, 2014 9:32 pm
Re: Hitman Absolution HD [PS4].orbis_fsb/orbis_resourcelib/orbis_binkvid?
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.
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