* version argument in manticore * Fix 591 - Exception Handler * Issue 597 - Remove the unused policy argument * fix issue 642
This commit is contained in:
parent
db80685758
commit
aabfecfe77
@ -690,7 +690,7 @@ class Manticore(Eventful):
|
||||
continue
|
||||
|
||||
symbols = section.get_symbol_by_name(symbol)
|
||||
if len(symbols) == 0:
|
||||
if not symbols:
|
||||
continue
|
||||
|
||||
return symbols[0].entry['st_value']
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user