diff --git a/pwndbg/auxv.py b/pwndbg/auxv.py index 154818c0..f14b79a8 100644 --- a/pwndbg/auxv.py +++ b/pwndbg/auxv.py @@ -157,7 +157,7 @@ def find_stack_boundary(addr): def walk_stack(): auxv = walk_stack2(0) - if not auxv0: + if not auxv: # For whatever reason, sometimes the ARM AUXV under qemu-user is # not aligned properly. return walk_stack2(1)