Coder Social home page Coder Social logo

acb.py's People

Contributors

k0lb3 avatar summertriangle-dev avatar

Stargazers

 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

acb.py's Issues

Failed to decrypt SIF2 acbs

I was trying to decrypt SIF2 audio with this library, but the generated file is just white noice (with some rhymes?)
Here is the command I used (Tried both big and little endian):
python3 -m acb --disarm-with 0x46537c6ceb39d400 BG_0001_Home.acb
also

from acb import ACBFile, name_gen_default
import os.path


target_dir = "."
with ACBFile(open("dl/Sound/Bgm/BG_0001_Home.acb", "rb"), extern_awb=open("dl/Sound/Bgm/BG_0001_Home.awb", "rb"), hca_keys="0x46537c6ceb39d400") as acb:
    for track in acb.track_list.tracks:
        name = name_gen_default(track)

        with open(os.path.join(target_dir, name), "wb") as out_file:
            out_file.write(acb.get_track_data(track))

The following command generates the correct result with vgmstream:
.\vgmstream-cli.exe -i -o BG_0001_Home.wav .\BG_0001_Home.acb .\BG_0001_Home.awb
with key file
46 53 7C 6C EB 39 D4 00

Sample files:
vgmstream-win64.zip

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.