summaryrefslogtreecommitdiffstats
path: root/tapsets/API-kernel-pointer.html
diff options
authorfche <fche>2015-06-19 12:49:20 +0000
committerfche <fche>2015-06-19 12:49:20 +0000
commit20b4be8e9ed16d35236d53a22cbb9368975603d1 (patch)
treef366a1c3009214fb43fd12165babfb04751c4504 /tapsets/API-kernel-pointer.html
parentadd new langref/*.html (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 5d2301ff..a0067909 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="idm140267921800880"></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="idm47753347220448"></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="idm140267921797648"></a><h2>Description</h2><p> 7 </p></dd></dl></div></div><div class="refsect1"><a name="idm47753347217216"></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.