* 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
|
continue
|
||||||
|
|
||||||
symbols = section.get_symbol_by_name(symbol)
|
symbols = section.get_symbol_by_name(symbol)
|
||||||
if len(symbols) == 0:
|
if not symbols:
|
||||||
continue
|
continue
|
||||||
|
|
||||||
return symbols[0].entry['st_value']
|
return symbols[0].entry['st_value']
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user