bongtrop / hbctool

Hermes Bytecode Reverse Engineering Tool (Assemble/Disassemble Hermes Bytecode)
MIT License
444 stars 71 forks source link

i am getting the following error on the 84 version #27

Closed Philmon43 closed 1 year ago

Philmon43 commented 1 year ago

[*] Disassemble 'index.android.bundle' to 'hbctool' path Traceback (most recent call last): File "/usr/local/bin/hbctool", line 8, in sys.exit(main()) File "/usr/local/lib/python3.9/site-packages/hbctool/init.py", line 61, in main disasm(args[''], args['']) File "/usr/local/lib/python3.9/site-packages/hbctool/init.py", line 33, in disasm hbco = hbc.load(f) File "/usr/local/lib/python3.9/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 (84) is not supported.

Philmon43 commented 1 year ago

fixed! i had old version of hbctool :)