#include <DevMemPatt.hpp>
Public Methods | |
| DevMemPatt (rwKernel *) | |
| This constructor will initialize the object with a reference to a rwKernel object. More... | |
| DevMemPatt () | |
| Another constructor. More... | |
| ~DevMemPatt () | |
| Destruct DevMemPatt object. More... | |
| unsigned int | find_patt (unsigned int start, unsigned int end,\unsigned short len, unsigned char *data) |
| Find a data string in kernel memory. More... | |
| unsigned int | find_patt (struct sfp *a) |
| Find a data pattern in kernel memory. More... | |
This class helps you by seaching for patterns in kernel memory. Each function has a, more or less, unique structure. There is nothing to wonder about this: each function is for solving a different task. If the function, or parts of it, are know it can be found without any further knowledge about it.
|
|
This constructor will initialize the object with a reference to a rwKernel object.
|
|
|
Another constructor. This one will generate a new rwKernel object. |
|
|
Destruct DevMemPatt object. Local rwKernel object will not be deleted. |
|
|
Find a data pattern in kernel memory.
|
|
|||||||||||||||||||||||||||||
|
Find a data string in kernel memory.
|
1.2.9.1 written by Dimitri van Heesch,
© 1997-2001