summaryrefslogtreecommitdiffstats
path: root/tapsets/API-kernel-string-quoted.html
diff options
authorfche <fche>2021-03-02 01:27:24 +0000
committerfche <fche>2021-03-02 01:27:24 +0000
commit5fab6ce01025d1f4f106f5bb8f45e2c7d75f6e63 (patch)
tree6d4e68c8be59ce69f7e25fb4a4235857e29fd70a /tapsets/API-kernel-string-quoted.html
parentremoved tutorial/*.html (diff)
removed man pages
Diffstat (limited to 'tapsets/API-kernel-string-quoted.html')
-rw-r--r--tapsets/API-kernel-string-quoted.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/tapsets/API-kernel-string-quoted.html b/tapsets/API-kernel-string-quoted.html
index b04fd6f0..fe33b2e7 100644
--- a/tapsets/API-kernel-string-quoted.html
+++ b/tapsets/API-kernel-string-quoted.html
@@ -2,9 +2,9 @@
2 Retrieves and quotes string from kernel memory 2 Retrieves and quotes string from 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_string_quoted:string(addr:long) 4 kernel_string_quoted:string(addr:long)
5</pre></div><div class="refsect1"><a name="idp71580171574144"></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="idp71926270067456"></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 memory address to retrieve the string from 6 the kernel memory address to retrieve the string from
7 </p></dd></dl></div></div><div class="refsect1"><a name="idp71580171577376"></a><h2>Description</h2><p> 7 </p></dd></dl></div></div><div class="refsect1"><a name="idp71926270070688"></a><h2>Description</h2><p>
8 Returns the null terminated C string from a given kernel 8 Returns the null terminated C string from a given kernel
9 memory address where any ASCII characters that are not printable are 9 memory address where any ASCII characters that are not printable are
10 replaced by the corresponding escape sequence in the returned string. Note 10 replaced by the corresponding escape sequence in the returned string. Note