-
Notifications
You must be signed in to change notification settings - Fork 79
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
The HBC version (90) is not supported. #39
Comments
i have a version with support of hbc v90 |
do you have 94 ? |
yes i have it |
I found solution thx you |
Hi, are you able to send me a link with version 90 support? I'd really appreciate it, thank you |
email me on [email protected] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I tried to decompile hermes bytecode and failed.
hbctool disasm assets/index.android.bundle ../hermes_out [*] Disassemble 'assets/index.android.bundle' to '../hermes_out' path Traceback (most recent call last): File "/usr/local/bin/hbctool", line 8, in <module> sys.exit(main()) ^^^^^^ File "/usr/local/lib/python3.11/site-packages/hbctool/__init__.py", line 61, in main disasm(args['<HBC_FILE>'], args['<HASM_PATH>']) File "/usr/local/lib/python3.11/site-packages/hbctool/__init__.py", line 33, in disasm hbco = hbc.load(f) ^^^^^^^^^^^ File "/usr/local/lib/python3.11/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 (90) is not supported.
The text was updated successfully, but these errors were encountered: