edit problem .bin file

Extraction and unpacking of game archives and compression, encryption, obfuscation, decoding of unknown files
maurid
Posts: 2
Joined: Tue Jan 26, 2016 12:42 pm

edit problem .bin file

Post by maurid »

I'm trying to edit a .bin file of KONAMI PES 2016. Certainly this file contains only relink of audio files. The audio files are contained in other separate archives. This is the header:

Image

I don't know real file estension and would know how to edit successfully. In particular i have already try to add new ID relink but it doesn't work properly. So i need to identify every single value.
Here is the file .bin:
http://www53.zippyshare.com/v/oOJdjJsK/file.html

This is my progress:

[PART 1 FROM OFFSET 000 TO 970]

Image

A = ID
B = COUNTER
C = AUDIO ACTIVATE(1)/DISABLED (0)
D = AUDIO RELINKED (2)/NOT RELINKED (0) ?
E = ONLY ONE AUDIO FOR ID (96)/TWO OR MORE AUDIO FOR ID (4B)?
F = ??
G = TOTAL NUMBER OF AUDIO RELINKED
H = TOTAL NUMBER OF ID?

[PART 2 FROM OFFSET 980 TO 19D0]

Image

ALL UNKNOW VALUES ????????


Can anyone help me please? Could i use IDA to undestand anything or you can suggest a procedure to follow?
What are the attempts that I could follow?
Thanks a lot.
maurid
Posts: 2
Joined: Tue Jan 26, 2016 12:42 pm

Re: edit problem .bin file

Post by maurid »

up!