You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Traceback (most recent call last):
File "literadar.py", line 256, in
res = lrd.compare()
File "literadar.py", line 236, in compare
self.analyse()
File "literadar.py", line 231, in analyse
self.extract_dex()
File "literadar.py", line 209, in extract_dex
if class_name[0] is not 'L':
IndexError: string index out of range
The text was updated successfully, but these errors were encountered:
解析app时发生了报错,而且这个app好像也没有被加壳
Traceback (most recent call last):
File "literadar.py", line 256, in
res = lrd.compare()
File "literadar.py", line 236, in compare
self.analyse()
File "literadar.py", line 231, in analyse
self.extract_dex()
File "literadar.py", line 209, in extract_dex
if class_name[0] is not 'L':
IndexError: string index out of range
The text was updated successfully, but these errors were encountered: