You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[*] 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.
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
Feel free to pick and choose
The text was updated successfully, but these errors were encountered: