__init__(self,
imm,
what,
action,
value,
heap=0,
restore=False,
option=0)
(Constructor)
| source code
|
Search the Heap for specific Chunks
- Parameters:
imm (Debugger Object) - Initialized debugged object
what (STRING) - Chunk property to search from (size, prevsize, field4, flags,
other, address, next, prev)
action (STRING) - Type of search ( =, >, <, >=, <=, &, not, !=)
value (DWORD) - Value to search for
heap (DWORD) - (Optional, Def=None) Filter by Heap
restore (BOOLEAN) - (Optional, Def: False) Flag whether or not use a restore heap
(Useful if you want to search on a broken heap)
option (DWORD) - (Optional, Def: None) Chunk's display option
|