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 @@ + +
+
+#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
+
+
--
cgit v1.3