|
libintrovirt v0.57.4
IntroVirt introspection library
|
A Windows ServiceTable. More...
#include <ServiceTable.hh>
Public Member Functions | |
| virtual guest_ptr< void > | entry (unsigned int index) const =0 |
| Get the address for the specified entry. | |
| virtual unsigned int | length () const =0 |
| Get the number of entries in the table. | |
| virtual | ~ServiceTable ()=default |
| Destroy the instance. | |
A Windows ServiceTable.
This class is used to index system call numbers to their appropriate function.
|
virtualdefault |
Destroy the instance.
|
pure virtual |
Get the address for the specified entry.
Do not try to access an index >= length
| index |
|
pure virtual |
Get the number of entries in the table.