mirror of
https://github.com/zeldaret/botw
synced 2026-05-23 15:01:35 -04:00
tools/util: Ignore unknown data symbols
This commit is contained in:
@@ -28,6 +28,8 @@ class DataSymbolContainer:
|
||||
|
||||
addr = int(line[0], 16) - _IDA_BASE
|
||||
name = line[1]
|
||||
if name not in symtab:
|
||||
continue
|
||||
size = symtab[name].size
|
||||
|
||||
self.symbols.append(DataSymbol(addr, name, size))
|
||||
|
||||
Reference in New Issue
Block a user