From c9cbeced5b3f2bdd7407e29c0811e65954132540 Mon Sep 17 00:00:00 2001 From: Root THC Date: Tue, 24 Feb 2026 12:42:47 +0000 Subject: initial --- other/Kermit/doc/API_doc/html/classDevMemPatt.html | 266 +++++++++++++++++++++ 1 file changed, 266 insertions(+) create mode 100644 other/Kermit/doc/API_doc/html/classDevMemPatt.html (limited to 'other/Kermit/doc/API_doc/html/classDevMemPatt.html') diff --git a/other/Kermit/doc/API_doc/html/classDevMemPatt.html b/other/Kermit/doc/API_doc/html/classDevMemPatt.html new file mode 100644 index 0000000..5dfc733 --- /dev/null +++ b/other/Kermit/doc/API_doc/html/classDevMemPatt.html @@ -0,0 +1,266 @@ + + +DevMemPatt class Reference + + + +
+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
+ + -- cgit v1.3