AetherBlack/utils

Issue with search asm

StevenD33 opened this issue · 1 comments

Hi, when i search with search_asm.py repne it crash

here is the log error

Description :
-------------
Repeats until ecx = 0 or ZF = 1.


Traceback (most recent call last):
  File "/usr/local/bin/search_asm.py", line 109, in <module>
    asm.get_content("Examples", "Comments")
  File "/usr/local/bin/search_asm.py", line 36, in get_content
    while self.text_list[index] != stop_value and self.text_list[index] != next_title:
IndexError: list index out of range

Hi,

It's patch in 851f93a

Thanks for the issue.