mirror of https://github.com/pwndbg/pwndbg.git
Fix broken leakfind command
Because of the previous commit to this file that removed `from queue import *`, the `address_queue` on line 96 would fail by throwing an exception when running `leakfind`. This commit adds back the required `import queue` and fixes the reference to `Queue` on line 96.pull/933/head
parent
a79c85b0e7
commit
43f69825c9
Loading…
Reference in new issue