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

The HBC version (90) is not supported. #39

Open
ddguru777 opened this issue Dec 5, 2023 · 6 comments
Open

The HBC version (90) is not supported. #39

ddguru777 opened this issue Dec 5, 2023 · 6 comments

Comments

@ddguru777
Copy link

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.

@powereureka
Copy link

i have a version with support of hbc v90

@chanphiromsok
Copy link

i have a version with support of hbc v90

do you have 94 ?

@powereureka
Copy link

yes i have it

@chanphiromsok
Copy link

yes i have it

I found solution thx you

@afroman443
Copy link

yes i have it

Hi, are you able to send me a link with version 90 support? I'd really appreciate it, thank you

@powereureka
Copy link

email me on [email protected]

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

4 participants