Simple object to hold patching data. More...
Public Member Functions | |
def | __init__ (self, name) |
def | add_constraint (self, offset, data) |
Adds a constraint to the constraintlist. | |
def | add_patch (self, offset, patch) |
Adds a patch to the patchlist. | |
def | patch (self, addr_space, page_offset) |
Writes to the address space. | |
def | get_patches (self) |
Returns the list of patches for this patcher. | |
def | get_constraints (self) |
def | get_name (self) |
Returns the name of the patcher. | |
Public Attributes | |
name | |
patches | |
constraints | |
Simple object to hold patching data.