reven2.search_in_memory.FirstSeenEvent(Event)
class documentationreven2.search_in_memory
(View In Hierarchy)
Event
that
occurs when a slice matching a pattern is discovered for the first time in
the trace, and this slice was not created by a NewEvent
.
This may occur for example when reading memory that already contains the pattern from before the beginning of the trace.
The associated Match
object is
created by the 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 | context | Property: The reven2.trace.Context
where this event was discovered |
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.