Skip to content

Commit

Permalink
remove misplaced comment
Browse files Browse the repository at this point in the history
  • Loading branch information
disinvite committed Sep 1, 2024
1 parent 389bdf9 commit a333424
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tools/isledecomp/isledecomp/compare/core.py
Original file line number Diff line number Diff line change
Expand Up @@ -348,7 +348,6 @@ def is_real_string(s: str) -> bool:
# When we sanitize the asm, the result is the same regardless.
if self.orig_bin.is_debug:
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):
self._db.set_orig_symbol(
addr, SymbolType.STRING, string, len(string)
Expand Down

0 comments on commit a333424

Please sign in to comment.