class documentation

class NewEvent(Event):

View In Hierarchy

Event that occurs when a slice starts matching a pattern.

The associated Match object is created by this event.

Method __init__ Undocumented
Property match_physical_address Property: The reven2.address.PhysicalAddress of the first byte of the slice that matches the pattern.
Property match_virtual_address Property: The reven2.address.LinearAddress of the first byte of the slice that matches the pattern, if any, or None, if there isn't one.
Method __str__ Undocumented
Method format_as_html This method gets an html formatting string representation for this class instance.
Instance Variable _match_physical_address Undocumented
Instance Variable _match_virtual_address Undocumented
Method _repr_html_ Representation used by Jupyter Notebook when an instance of this class is displayed in a cell.

Inherited from Event:

Property match Property: Match object that was modified by this Event.
Property transition Property: reven2.trace.Transition where the event occurred.
Method current_matches The current state of the Matches when this event has been produced by the search.
Instance Variable _match Undocumented
Instance Variable _transition Undocumented
Instance Variable _current_matches Undocumented
def __init__(self, event_match, transition, current_matches, match_physical_address, match_virtual_address):
_match_physical_address =

Undocumented

_match_virtual_address =

Undocumented

@property
match_physical_address =

Property: The reven2.address.PhysicalAddress of the first byte of the slice that matches the pattern.

@property
match_virtual_address =

Property: The reven2.address.LinearAddress of the first byte of the slice that matches the pattern, if any, or None, if there isn't one.

def __str__(self):

Undocumented

def format_as_html(self):

This method gets an html formatting string representation for this class instance.

Information

ReturnsString
def _repr_html_(self):

Representation used by Jupyter Notebook when an instance of this class is displayed in a cell.

API Documentation for reven2, generated by pydoctor 21.2.2 at 2021-10-01 07:18:12.