aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools/radare2.html
diff options
context:
space:
mode:
authorjohannst <johannst@users.noreply.github.com>2024-02-15 23:29:57 +0000
committerjohannst <johannst@users.noreply.github.com>2024-02-15 23:29:57 +0000
commitbac8a5d2822835cf47175d1162030653fadd5c09 (patch)
tree28f312a114cf95ac799daac2a2caec4b8612d84d /tools/radare2.html
parentbfc5ce4bc01e5eb28969eefcc01ecfefa2601fdf (diff)
downloadnotes-bac8a5d2822835cf47175d1162030653fadd5c09.tar.gz
notes-bac8a5d2822835cf47175d1162030653fadd5c09.zip
deploy: 4485708c972815bbb6df7f5a228683aa855d553d
Diffstat (limited to 'tools/radare2.html')
-rw-r--r--tools/radare2.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/radare2.html b/tools/radare2.html
index dd868f0..199a747 100644
--- a/tools/radare2.html
+++ b/tools/radare2.html
@@ -208,7 +208,7 @@
&gt; rasm2 -a x86 'mov eax, 0xdeadbeef'
b8efbeadde
- &gt; rasm2 -a x86 -d &quot;b8efbeadde&quot;
+ &gt; rasm2 -a x86 -d "b8efbeadde"
mov eax, 0xdeadbeef
</code></pre>