utkonos/lst2x64dbg

ghidra 16 hex digit externals kill

barrybingo opened this issue · 1 comments

From a ghidra dump I had external symbols over 8 hex digits long that caused your program to crash.
The addresses for External seem to be either 8 or 16 hex digits.

e.g.: External[8000000000000097]

if re.match(r'External\[[0-9a-f]{8}\]', row['Location']):

Fixed. Thanks for the report!