Update auxv less frequently

pull/86/head
Zach Riggle 10 years ago
parent 2aa4cbaf3c
commit 38656c9cee

@ -98,7 +98,7 @@ class AUXV(dict):
def __str__(self): def __str__(self):
return str({k:v for k,v in self.items() if v is not None}) return str({k:v for k,v in self.items() if v is not None})
@pwndbg.memoize.reset_on_start @pwndbg.memoize.reset_on_objfile
def get(): def get():
return use_info_auxv() or walk_stack() or AUXV() return use_info_auxv() or walk_stack() or AUXV()

Loading…
Cancel
Save