Module ida_tryblks :: Class seh_t
[frames] | no frames]

Class seh_t

               object --+            
                        |            
ida_range.rangevec_base_t --+        
                            |        
         ida_range.rangevec_t --+    
                                |    
                    try_handler_t --+
                                    |
                                   seh_t

Proxy of C++ seh_t class.

Instance Methods
seh_t
__init__(self)
__init__(self, x) -> rangevec_base_t
 
__swig_destroy__(self)
 
clear(self)

Inherited from try_handler_t: __repr__

Inherited from ida_range.rangevec_base_t: __eq__, __getitem__, __iter__, __len__, __ne__, __setitem__, add_unique, at, back, begin, capacity, empty, end, erase, extract, find, front, grow, has, inject, insert, pop_back, push_back, qclear, reserve, resize, size, swap, truncate

Inherited from object: __delattr__, __format__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __setattr__, __sizeof__, __str__, __subclasshook__

Properties
  filter
seh_t_filter_get(self) -> rangevec_t
  seh_code
seh_t_seh_code_get(self) -> ea_t
  thisown
The membership flag

Inherited from try_handler_t: disp, fpreg

Inherited from object: __class__

Method Details

__init__(self)
(Constructor)

 

__init__(self, x) -> rangevec_base_t

Returns: seh_t
Overrides: object.__init__

__swig_destroy__(self)

 
Overrides: ida_range.rangevec_base_t.__swig_destroy__

clear(self)

 
Overrides: ida_range.rangevec_base_t.clear

Property Details

filter

seh_t_filter_get(self) -> rangevec_t

Get Method:
unreachable.seh_t_filter_get(self)
Set Method:
unreachable.seh_t_filter_set(self, filter)

seh_code

seh_t_seh_code_get(self) -> ea_t

Get Method:
unreachable.seh_t_seh_code_get(self)
Set Method:
unreachable.seh_t_seh_code_set(self, seh_code)

thisown

The membership flag

Get Method:
unreachable(x)
Set Method:
unreachable(x, v)