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

AssertionError: The HBC version (85) is not supported. #41

Open
0xS4D opened this issue Jan 30, 2024 · 1 comment
Open

AssertionError: The HBC version (85) is not supported. #41

0xS4D opened this issue Jan 30, 2024 · 1 comment

Comments

@0xS4D
Copy link

0xS4D commented Jan 30, 2024

[*] Disassemble '.\index.android.bundle' to '.\output' path
Traceback (most recent call last):
File "", line 198, in run_module_as_main
File "", line 88, in run_code
File "C:\Python311\Scripts\hbctool.exe_main
.py", line 7, in
File "C:\Python311\Lib\site-packages\hbctool_init
.py", line 61, in main
disasm(args['<HBC_FILE>'], args['<HASM_PATH>'])
File "C:\Python311\Lib\site-packages\hbctool_init_.py", line 33, in disasm
hbco = hbc.load(f)
^^^^^^^^^^^
File "C:\Python311\Lib\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.

@jamesmacwhite
Copy link

Use a fork which has the bytecode version implemented e.g. https://github.com/gilcu3/hbctool

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