mirror of https://github.com/pwndbg/pwndbg.git
Remove unimplemented dlmalloc (#874)
parent
c31c720ded
commit
5639589f5a
@ -1,11 +0,0 @@
|
|||||||
#!/usr/bin/env python
|
|
||||||
# -*- coding: utf-8 -*-
|
|
||||||
|
|
||||||
import gdb
|
|
||||||
|
|
||||||
import pwndbg.events
|
|
||||||
import pwndbg.typeinfo
|
|
||||||
|
|
||||||
|
|
||||||
class Heap(pwndbg.heap.heap.BaseHeap):
|
|
||||||
pass
|
|
||||||
Loading…
Reference in new issue