reven2.search_in_memory.NewEvent(Event)
class documentationreven2.search_in_memory
(View In Hierarchy)
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 Match es when
this event has been produced by the search. |
Property: The reven2.address.PhysicalAddress
of the first byte of the slice that matches the pattern.
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.