Coder Social home page Coder Social logo

fsbext's People

Contributors

gdawg avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

fsbext's Issues

How do i add -a?

I Want to be able to open my files, but I don't know how to add the "-a" option to fsbext, But i don't know How!

how can I see full hex code of encryption type 2?

when I try to decrypt fsb file, it says

"- input file: sac_bank02_bgm.fsb

  • probably the file uses encryption, insert the needed keyword:
    type ? for viewing the hex dump of the first 176 bytes of the file because
    it's possible to see part of the plain-text password in the encrypted file!"

So I typed "?" and it says:

  • encryption type 1
    c6 fc c0 da cc de 0a 96 2c 32 16 ee d0 aa be 02 ........,2......
    d9 14 84 d6 6d 2f cf ce 1a 24 02 96 72 36 92 a4 ....m/...$..r6..
    36 82 76 4c 56 59 ee 16 e2 c2 3f fa 5e f4 dc c6 6.vLVY....?.^...
    c6 28 76 9f 9e 06 d0 d1 75 41 6e de 3a 52 a4 36 .(v.....uAn.:R.6
    82 78 f2 de 06 de 1a 32 16 c5 68 2a b3 1c c5 54 .x.....2..h*...T
    84 fd ce bc f0 75 a7 24 02 80 d6 36 5f 63 2d 82 .....u.$...6_c-.
    76 30 88 0a 1b 55 ae 96 ee eb 32 be 0a ec 54 e4 v0...U....2...T.
    d6 6a bc fc c3 26 44 02 9a b6 3c d2 a4 52 96 76 .j...&D...<..R.v
    41 7b 24 16 54 1c 90 ee c1 08 0d 82 ec 63 4f d6 A{$.T........cO.
    66 83 4d ce ca 19 d0 16 7f d3 8f 64 36 cf 47 4c f.M........d6.GL
    53 93 4a 74 32 03 46 cc 22 be 02 8c 54 84 d6 6a S.Jt2.F."...T..j

  • encryption type 2
    25 6c 41 6f 33 7b 50 69 34 4c 68 77 0b 55 7d 40 %lAo3{Pi4Lhw.U}@
    9b 28 21 6b b6 f4 f3 73 58 24 40 69 4e 6c 49 25 .(!k...sX$@inli%
    6c 41 6e 32 6a 9a 77 68 47 43 fc 5f 7a 2f 3b 63 lAn2j.whGC._z/;c
    63 14 6e f9 79 60 0b 8b ae 82 76 7b 5c 4a 25 6c c.n.y....v{\J%l 41 1e 4f 7b 60 7b 58 4c 68 a3 16 54 cd 38 a3 2a A.O{{XLh..T.8.*
    21 bf 73 3d 0f ae e5 24 40 01 6b 6c fa c6 b4 41 [email protected]
    6e 0c 11 50 d8 aa 75 69 77 d7 4c 7d 50 37 2a 27 n..P..uiw.L}P7*'
    6b 56 3d 3f c3 64 22 40 59 6d 3c 4b 25 4a 69 6e kV=?.d"@ym<K%Jin
    82 de 24 68 2a 38 09 77 83 10 b0 41 37 c6 f2 6b ..$h8.w...A7..k
    66 c1 b2 73 53 98 0b 68 fe cb f1 26 6c f3 e2 32 f..sS..h...&l..2
    ca c9 52 2e 4c c0 62 33 44 7d 40 31 2a 21 6b 56 ..R.L.b3D}@1
    !kV

I found encryption type 1 is original file hex code and openable with any hex editor, but I don't know what is encryption type 2 is. How can I see full hex code of encryption type 2?

fsbext.c:(.text+0xa51): undefined reference to `xma_le16'

On arch linux I get:

gcc -Isrc -Wno-format  -Dstricmp=strcasecmp  -o fsbext src/fsbext.c
/tmp/ccTzCFVE.o: In function `xma1_header':
fsbext.c:(.text+0xa51): undefined reference to `xma_le16'
fsbext.c:(.text+0xa5f): undefined reference to `xma_le16'
fsbext.c:(.text+0xa6d): undefined reference to `xma_le16'
fsbext.c:(.text+0xa7b): undefined reference to `xma_le16'
fsbext.c:(.text+0xa89): undefined reference to `xma_le16'
fsbext.c:(.text+0xa9f): undefined reference to `xma_le32'
fsbext.c:(.text+0xaac): undefined reference to `xma_le32'
fsbext.c:(.text+0xab9): undefined reference to `xma_le32'
fsbext.c:(.text+0xac6): undefined reference to `xma_le32'
fsbext.c:(.text+0xae4): undefined reference to `xma_le16'
/tmp/ccTzCFVE.o: In function `xma2_header':
fsbext.c:(.text+0xc7a): undefined reference to `xma_le16'
fsbext.c:(.text+0xc88): undefined reference to `xma_le16'
fsbext.c:(.text+0xc96): undefined reference to `xma_le32'
fsbext.c:(.text+0xca3): undefined reference to `xma_le32'
fsbext.c:(.text+0xcb0): undefined reference to `xma_le16'
fsbext.c:(.text+0xcbe): undefined reference to `xma_le16'
fsbext.c:(.text+0xccc): undefined reference to `xma_le16'
fsbext.c:(.text+0xcda): undefined reference to `xma_le16'
fsbext.c:(.text+0xcef): undefined reference to `xma_le32'
fsbext.c:(.text+0xcfc): undefined reference to `xma_le32'
fsbext.c:(.text+0xd09): undefined reference to `xma_le32'
fsbext.c:(.text+0xd16): undefined reference to `xma_le32'
fsbext.c:(.text+0xd23): undefined reference to `xma_le32'
/tmp/ccTzCFVE.o:fsbext.c:(.text+0xd30): more undefined references to `xma_le32' follow
/tmp/ccTzCFVE.o: In function `xma2_header':
fsbext.c:(.text+0xd52): undefined reference to `xma_le16'
/tmp/ccTzCFVE.o: In function `xma2xact_header':
fsbext.c:(.text+0xef8): undefined reference to `xma_be32'
fsbext.c:(.text+0xf05): undefined reference to `xma_be32'
fsbext.c:(.text+0xf12): undefined reference to `xma_be32'
fsbext.c:(.text+0xf1f): undefined reference to `xma_be32'
fsbext.c:(.text+0xf2c): undefined reference to `xma_be32'
/tmp/ccTzCFVE.o:fsbext.c:(.text+0xf39): more undefined references to `xma_be32' follow
/tmp/ccTzCFVE.o: In function `xma2xact_header':
fsbext.c:(.text+0xf7e): undefined reference to `xma_be16'
collect2: error: ld returned 1 exit status
Makefile:19: recipe for target 'fsbext' failed
make: *** [fsbext] Error 1

Why does it export ".ss2" files?

This might be an issue with the game I'm trying to use but instead of extracting the files normally they extract but have "ss2" at the end. I try to load them in an audio player and they're apparently corrupted. What's the reason for this?

Missing symbols `_xma_be16`, ...

makeing, I get the following error:

Undefined symbols for architecture x86_64:
  "_xma_be16", referenced from:
      _xma2xact_header in fsbext-oweoT2.o
  "_xma_be32", referenced from:
      _xma2xact_header in fsbext-oweoT2.o
  "_xma_le16", referenced from:
      _xma1_header in fsbext-oweoT2.o
      _xma2_header in fsbext-oweoT2.o
  "_xma_le32", referenced from:
      _xma1_header in fsbext-oweoT2.o
      _xma2_header in fsbext-oweoT2.o
ld: symbol(s) not found for architecture x86_64
clang: error: linker command failed with exit code 1 (use -v to see invocation)
make: *** [fsbext] Error 

Incorrect file name handling

I just noticed one of the thousands files from a .fsb in the game League of Legends failed to extract correctly:

"Interactive3DReturningToBase._10" (I was expecting "Interactive3DReturningToBase._10.mp3")

I opened the list build.dat and changed the line manually, also changed the extension of the sound file manually and seems to work.

Note: I am unsure if it is League of Legends fault, or a real bug

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.