From 611b8902a95db20b82c0abdbcba704df8a9f6ceb Mon Sep 17 00:00:00 2001 From: Alejandro Cervera <96702705+tricantivu@users.noreply.github.com> Date: Sun, 3 Mar 2024 01:25:36 -0500 Subject: [PATCH] pwn: remove extra space after verb (#12448) --- pages/linux/pwn.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/linux/pwn.md b/pages/linux/pwn.md index 052a558d2..3be5b455e 100644 --- a/pages/linux/pwn.md +++ b/pages/linux/pwn.md @@ -3,7 +3,7 @@ > Exploit Development Library designed for rapid prototyping. > More information: . -- Convert the given assembly code to `bytes`: +- Convert the given assembly code to `bytes`: `pwn asm "{{xor edi, edi}}"`