IDAPython 9.0
Loading...
Searching...
No Matches
block_chains_t Class Reference
Inheritance diagram for block_chains_t:

Public Member Functions

'chain_t *' get_reg_chain (self, 'mreg_t' reg, int width=1)
 
'chain_t *' get_stk_chain (self, int off, int width=1)
 
'chain_t *' get_chain (self, *args)
 
str dstr (self)
 
 __init__ (self)
 

Protected Member Functions

None _print (self)
 

Properties

 thisown
 

Constructor & Destructor Documentation

◆ __init__()

__init__ ( self)

Member Function Documentation

◆ _print()

None _print ( self)
protected

◆ dstr()

str dstr ( self)

◆ get_chain()

'chain_t *' get_chain ( self,
* args )
This function has the following signatures:

0. get_chain(k: const voff_t &, width: int=1) -> const chain_t *
1. get_chain(k: const voff_t &, width: int=1) -> chain_t *
2. get_chain(ch: const chain_t &) -> const chain_t *
3. get_chain(ch: const chain_t &) -> chain_t *

# 0: get_chain(k: const voff_t &, width: int=1) -> const chain_t *

Get chain for the specified value offset. 


# 1: get_chain(k: const voff_t &, width: int=1) -> chain_t *


# 2: get_chain(ch: const chain_t &) -> const chain_t *

Get chain similar to the specified chain 


# 3: get_chain(ch: const chain_t &) -> chain_t *

◆ get_reg_chain()

'chain_t *' get_reg_chain ( self,
'mreg_t' reg,
int width = 1 )
Get chain for the specified register 

@param reg: register number
@param width: size of register in bytes

◆ get_stk_chain()

'chain_t *' get_stk_chain ( self,
int off,
int width = 1 )
Get chain for the specified stack offset 

@param off: stack offset
@param width: size of stack value in bytes

Property Documentation

◆ thisown

thisown
static
Initial value:
= property(lambda x: x.this.own(), lambda x, v: x.this.own(v),
doc='The membership flag')

The documentation for this class was generated from the following file: