ChangedRegion#

class ChangedRegion(offset=None, length=None, region_type=None, *args, **kwargs)#

Bases: object

Changed region comprising of offset, length, and type of the region.

Parameters:
  • offset (required) – (offset) The start offset of the region in bytes.

  • length (required) – (length) The length of the region in bytes.

  • region_type (required) – (region_type)

property length#

The length of the region in bytes.

Type:

int

property offset#

The start offset of the region in bytes.

Type:

int

property region_type#
Type:

RegionType

to_dict()#

Returns the model properties as a dictionary

to_str()#

Returns the string representation of the model