IDAPython 9.0
Loading...
Searching...
No Matches
ida_range Namespace Reference

Detailed Description

Contains the definition of range_t.

A range is a non-empty continuous range of addresses (specified by its start and end addresses, the end address is excluded from the range).
Ranges are stored in the Btree part of the IDA database. To learn more about Btrees (Balanced Trees): [http://www.bluerwhite.org/btree/](http://www.bluerwhite.org/btree/) 

Classes

class  array_of_rangesets
 
class  range_t
 
class  rangeset_t
 
class  rangevec_base_t
 
class  rangevec_t
 

Functions

str range_t_print ('range_t' cb)
 

Variables

 RANGE_KIND_UNKNOWN = _ida_range.RANGE_KIND_UNKNOWN
 
 RANGE_KIND_FUNC = _ida_range.RANGE_KIND_FUNC
 
 RANGE_KIND_SEGMENT = _ida_range.RANGE_KIND_SEGMENT
 
 RANGE_KIND_HIDDEN_RANGE = _ida_range.RANGE_KIND_HIDDEN_RANGE
 

Function Documentation

◆ range_t_print()

str range_t_print ( 'range_t' cb)
Helper function. Should not be called directly!

Variable Documentation

◆ RANGE_KIND_FUNC

RANGE_KIND_FUNC = _ida_range.RANGE_KIND_FUNC

◆ RANGE_KIND_HIDDEN_RANGE

RANGE_KIND_HIDDEN_RANGE = _ida_range.RANGE_KIND_HIDDEN_RANGE

◆ RANGE_KIND_SEGMENT

RANGE_KIND_SEGMENT = _ida_range.RANGE_KIND_SEGMENT

◆ RANGE_KIND_UNKNOWN

RANGE_KIND_UNKNOWN = _ida_range.RANGE_KIND_UNKNOWN