Update output msg of breakrva

This commit is contained in:
Long Le 2018-09-15 08:48:13 +07:00
parent d5fab8bf66
commit f7824e6c68
1 changed files with 1 additions and 1 deletions

View File

@ -4432,7 +4432,7 @@ class PEDACmd(object):
binmap = peda.get_vmmap(module)
if len(binmap) == 0:
print ("%s not found" % module)
msg("No module matches '%s'" % module)
else:
base_address = binmap[0][0]
peda.set_breakpoint(base_address+rva)