hbctool icon indicating copy to clipboard operation
hbctool copied to clipboard

FYI : updates version 84,85,89 and test corrections

Open anantshri opened this issue 3 years ago • 3 comments

Hi @bongtrop Thanks for the nice tool.

I have been working on updating few things here : https://github.com/cyfinoid/hbctool

I see 84,85 support got merged recently hence cant open a clear pull request. Following changes are available in my branch if you want to cherrypick

  1. Version support added 84 (via niosega), 85,89,83
  2. Test cases are now running some fixing was needed
  3. Added a readme on how to add new versions.

Feel free to pick and choose

anantshri avatar Oct 29 '22 07:10 anantshri

Awesome contribution. I'm working on it. I will merge it soon.

bongtrop avatar Nov 14 '22 05:11 bongtrop

I'm working on it at #25.

bongtrop avatar Nov 14 '22 05:11 bongtrop

Not Working script for me

[*] Disassemble 'index.android.bundle' to 'test_hasm' path Traceback (most recent call last): File "/home/amir/.local/bin/hbctool", line 8, in sys.exit(main()) File "/home/amir/.local/lib/python3.10/site-packages/hbctool/init.py", line 61, in main disasm(args['<HBC_FILE>'], args['<HASM_PATH>']) File "/home/amir/.local/lib/python3.10/site-packages/hbctool/init.py", line 33, in disasm hbco = hbc.load(f) File "/home/amir/.local/lib/python3.10/site-packages/hbctool/hbc/init.py", line 29, in load assert version in HBC, f"The HBC version ({version}) is not supported." AssertionError: The HBC version (85) is not supported.

amirhoseinsb avatar May 01 '23 16:05 amirhoseinsb