Jump to content

*.bin file from 3DS game


Pavel992

Recommended Posts

game for Nintendo 3ds, I unpacked .3ds and then RomFS.bin and got several.moflex (video) *.fsb (container with sounds) << only the logo. and the file bank.bin, which looks strange (as if it was compressed or encrypted), help me with this file.

one guy from the forum helped me get the structure.
structure file??:


    3UINT ZERO, TABLESIZE_DATASTART?, ZERO
    filenum = (TABLESIZE/12)-1
    
    for filenum:
        3UINT OFFSET, FIZE, UNK
    

after unpacking I received a lot of files with Magic  EZ10, EZ00 and .etc
(EZ10, EZ00)these files are compressed or encrypted

orig file "bank.bin"

 

Samples.zip

Edited by Pavel992
Link to comment
Share on other sites

1 hour ago, Pavel992 said:

game for Nintendo 3ds, I unpacked .3ds and then RomFS.bin and got several.moflex (video) *.fsb (container with sounds) << only the logo. and the file bank.bin, which looks strange (as if it was compressed or encrypted), help me with this file.

one guy from the forum helped me get the structure.
structure file??:


    3UINT ZERO, TABLESIZE_DATASTART?, ZERO
    filenum = (TABLESIZE/12)-1
    
    for filenum:
        3UINT OFFSET, FIZE, UNK
    

after unpacking I received a lot of files with Magic  EZ10, EZ00 and .etc
(EZ10, EZ00)these files are compressed or encrypted

orig file "bank.bin"

 

Samples.zip 30.96 kB · 1 download

It's definitely compressed, but I can't find a compression type that works on it, so it might be a custom one.

It's always useful to say which game it's from in case somebody has already looked into it.

 

 

Link to comment
Share on other sites

thanks for the answer. Maybe someone who understands compression will see a pattern, for example in a compressed file (4 bytes EZ10, uint dest_size?, 4 bytes unks, uint file_size). for example, there is a line in uncompressed: AUVCTR0005/05/14, and in compressed AUVCTR0.5/.14 (on the screenshot). it seems to be compressing repeating characters

image.png.bf43121b8cf4d157cc8c506f4117726d.png

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...