bongtrop / hbctool

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

AssertionError #15

Closed phongngan closed 2 years ago

phongngan commented 2 years ago
======================================================================
FAIL: test_get_function (hbctool.hbc.hbc76.test.TestHBC76)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/media/x/all/hack_tools/android_pentest/hbctool/hbctool/hbc/hbc76/test.py", line 22, in test_get_function
    self.assertEqual(functionCount, len(target_offsets))
AssertionError: 31666 != 3946

======================================================================
FAIL: test_get_string (hbctool.hbc.hbc76.test.TestHBC76)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/media/x/all/hack_tools/android_pentest/hbctool/hbctool/hbc/hbc76/test.py", line 43, in test_get_string
    self.assertEqual(stringCount, len(target_strings))
AssertionError: 57366 != 4656

----------------------------------------------------------------------
Ran 23 tests in 43.542s

I recieved error when try to disasm hermes 76. Please! Help me :(