heapinspect
heapinspect copied to clipboard
🔍Heap analysis tool for CTF pwn.
I forked this repo so I could make this neat project work with PANDA (a fork of QEMU that supports Record/Replay and plugins). I expect this to get rejected because...
使用Heapinspect.py刚开始不会有错误,但是运行一段时间之后,随着操作的增加,会在某一个固定操作之后,报如下错误。 Traceback (most recent call last): File "HeapInspect.py", line 55, in pp = PrettyPrinter(hi) File "/home/leo/Desktop/CTF/heapinspect/heapinspect/layout.py", line 176, in __init__ self.record = hi.record File "/home/leo/Desktop/CTF/heapinspect/heapinspect/core.py", line 310, in record return...
Hi,matrix1001. I try to use heapinspect to practice pwn. when I try to use it in pwndocker,I get “OSError: [Errno 13] Permission denied”. url of pwndocker: ``` https://github.com/skysider/pwndocker ``` How...
Using gdb with heapinspect plugin, I got the following error: (gdb) hi heap Python Exception [Errno 2] No such file or directory: '/proc/1251943/exe': Error occurred in Python command: [Errno 2]...