Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Tool doesn't calculate checksum #1

Open
vlw opened this issue Apr 26, 2023 · 4 comments
Open

Tool doesn't calculate checksum #1

vlw opened this issue Apr 26, 2023 · 4 comments

Comments

@vlw
Copy link

vlw commented Apr 26, 2023

Hi! I tried using this tool to modify mcfg_sw.mbn and noticed that the tool does not calculate the checksum. Judging by the description, this is planned to be improved in the future. What methods are available at the moment to generate a checksum? Can this checksum be generated by yourself or by modifying android libraries?

@GGegenhuber
Copy link

we've just published a similar mbn parsing tool that implements the mentioned checksum calculation during re-packaging: https://github.com/sbaresearch/mbn-mcfg-tools

feel free to try out our tool or take a look at our python-based source code to port the relevant codeparts to this project: https://github.com/sbaresearch/mbn-mcfg-tools/blob/611f09d6729ad27aa702592bb6f1d47887c497ef/src/mbn_mcfg_tools/mbn.py#L220

@fenrir-naru your project was very helpful during the initial phase of our implementation efforts, thanks for your insights and contribution!

@vlw
Copy link
Author

vlw commented Dec 1, 2023

we've just published a similar mbn parsing tool that implements the mentioned checksum calculation during re-packaging:

Hi! Looks like links doesn't work

@vlw
Copy link
Author

vlw commented Dec 1, 2023

@GGegenhuber

@GGegenhuber
Copy link

sorry, just noticed that i forgot to make the project public (visibility was still on private).
however, it should work now :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants