Main Page   Compound List   File List   Compound Members  

DevMemPatt Class Reference

Searching the kernel. More...

#include <DevMemPatt.hpp>

List of all members.

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...


Detailed Description

Searching the kernel.

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.


Constructor & Destructor Documentation

DevMemPatt::DevMemPatt rwKernel *
 

This constructor will initialize the object with a reference to a rwKernel object.

See also:
rwKernel

DevMemPatt::DevMemPatt
 

Another constructor.

This one will generate a new rwKernel object.

DevMemPatt::~DevMemPatt
 

Destruct DevMemPatt object.

Local rwKernel object will not be deleted.


Member Function Documentation

unsigned int DevMemPatt::find_patt struct sfp * a
 

Find a data pattern in kernel memory.

Parameters:
a   search a data pattern defined by a.
Returns:
the address of the first byte of the searched pattern or zero if it was not found.
See also:
SymbolFingp

unsigned int DevMemPatt::find_patt unsigned int start,
unsigned int end,
\unsigned short len,
unsigned char * data
 

Find a data string in kernel memory.

Parameters:
start   start address of the search.
end   the search will go upto this address in kernel memory.
length   the length of the data.
data   the data searched for.
Returns:
the address of the first byte of the searched data or zero if it was not found.


The documentation for this class was generated from the following file:
Generated at Tue Aug 14 18:04:51 2001 for Kermit by doxygen1.2.9.1 written by Dimitri van Heesch, © 1997-2001