summaryrefslogtreecommitdiffstats
path: root/tapsets/API-kernel-pointer.html
diff options
authorserhei <serhei>2021-11-19 20:13:24 +0000
committerserhei <serhei>2021-11-19 20:13:24 +0000
commitee3ad62c51c41c3f7c852555cde2cf46592c839b (patch)
tree5b5f48d4d9607680e72f7c7e183e90ef55a51f8c /tapsets/API-kernel-pointer.html
parentadd new tutorial/* (diff)
removed man pages
Diffstat (limited to 'tapsets/API-kernel-pointer.html')
-rw-r--r--tapsets/API-kernel-pointer.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/tapsets/API-kernel-pointer.html b/tapsets/API-kernel-pointer.html
index e6e48fcc..3dcd69dc 100644
--- a/tapsets/API-kernel-pointer.html
+++ b/tapsets/API-kernel-pointer.html
@@ -2,9 +2,9 @@
2 Retrieves a pointer value stored in kernel memory 2 Retrieves a pointer value stored in kernel memory
3 </p></div><div class="refsynopsisdiv"><h2>Synopsis</h2><pre class="programlisting"> 3 </p></div><div class="refsynopsisdiv"><h2>Synopsis</h2><pre class="programlisting">
4 kernel_pointer:long(addr:long) 4 kernel_pointer:long(addr:long)
5</pre></div><div class="refsect1"><a name="idm45409695259920"></a><h2>Arguments</h2><div class="variablelist"><dl class="variablelist"><dt><span class="term"><em class="parameter"><code>addr</code></em></span></dt><dd><p> 5</pre></div><div class="refsect1"><a name="idm46728484626368"></a><h2>Arguments</h2><div class="variablelist"><dl class="variablelist"><dt><span class="term"><em class="parameter"><code>addr</code></em></span></dt><dd><p>
6 The kernel address to retrieve the pointer from 6 The kernel address to retrieve the pointer from
7 </p></dd></dl></div></div><div class="refsect1"><a name="idm45409695256688"></a><h2>Description</h2><p> 7 </p></dd></dl></div></div><div class="refsect1"><a name="idm46728484623136"></a><h2>Description</h2><p>
8 Returns the pointer value from a given kernel memory 8 Returns the pointer value from a given kernel memory
9 address. Reports an error when reading from the given address 9 address. Reports an error when reading from the given address
10 fails. 10 fails.