mirror of
https://github.com/isledecomp/isle.git
synced 2026-01-24 08:41:16 +00:00
Skip this unless source binary is debug
This commit is contained in:
parent
b54a1a2ee5
commit
389bdf9af4
@ -354,7 +354,6 @@ def is_real_string(s: str) -> bool:
|
|||||||
addr, SymbolType.STRING, string, len(string)
|
addr, SymbolType.STRING, string, len(string)
|
||||||
)
|
)
|
||||||
|
|
||||||
if self.recomp_bin.is_debug:
|
|
||||||
for addr, string in self.recomp_bin.iter_string("latin1"):
|
for addr, string in self.recomp_bin.iter_string("latin1"):
|
||||||
if is_real_string(string):
|
if is_real_string(string):
|
||||||
self._db.set_recomp_symbol(
|
self._db.set_recomp_symbol(
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user