Event that occurs when a slice starts matching a pattern.

The associated Match object is created by this event.

Method __init__ Undocumented
Method match_physical_address Property: The reven2.address.PhysicalAddress of the first byte of the slice that matches the pattern.
Method 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

Inherited from Event:

Method match Property: Match object that was modified by this Event.
Method 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.
def __init__(self, event_match, transition, current_matches, match_physical_address, match_virtual_address):
@property
def match_physical_address(self):

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

@property
def match_virtual_address(self):

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
API Documentation for reven2, generated by pydoctor at 2020-09-17 15:57:19.