A scanner check is a special class which is invoked on an AS to check for a specific condition. More...
Public Member Functions | |
| def | __init__ (self, address_space, _kwargs) |
| def | object_offset (self, offset, address_space) |
| def | check (self, _offset) |
Public Attributes | |
| address_space | |
A scanner check is a special class which is invoked on an AS to check for a specific condition.
The main method is def check(self, offset): This will return True if the condition is true or False otherwise.
This class is the base class for all checks.