ghidra 16 hex digit externals kill
barrybingo opened this issue · 1 comments
barrybingo commented
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]
lst2x64dbg/lst2x64dbg/command_line.py
Line 177 in 780acf2
utkonos commented
Fixed. Thanks for the report!