mirror of
https://github.com/isledecomp/isle.git
synced 2026-01-23 16:21:15 +00:00
remove misplaced comment
This commit is contained in:
parent
389bdf9af4
commit
a3334246a4
@ -348,7 +348,6 @@ def is_real_string(s: str) -> bool:
|
|||||||
# When we sanitize the asm, the result is the same regardless.
|
# When we sanitize the asm, the result is the same regardless.
|
||||||
if self.orig_bin.is_debug:
|
if self.orig_bin.is_debug:
|
||||||
for addr, string in self.orig_bin.iter_string("latin1"):
|
for addr, string in self.orig_bin.iter_string("latin1"):
|
||||||
# Arbitrary threshold of 4, but I think this is what Ghidra does too
|
|
||||||
if is_real_string(string):
|
if is_real_string(string):
|
||||||
self._db.set_orig_symbol(
|
self._db.set_orig_symbol(
|
||||||
addr, SymbolType.STRING, string, len(string)
|
addr, SymbolType.STRING, string, len(string)
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user