Package Libs :: Module libheap :: Class SearchHeap
[hide private]
[frames] | no frames]

Class SearchHeap

source code

Instance Methods [hide private]
 
__init__(self, imm, what, action, value, heap=0, restore=False, option=0)
Search the Heap for specific Chunks
source code
Method Details [hide private]

__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