pwn: remove extra space after verb (#12448)

pull/23/head
Alejandro Cervera 2024-03-03 01:25:36 -05:00 committed by GitHub
parent d6a9ed65c7
commit 611b8902a9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@
> Exploit Development Library designed for rapid prototyping.
> More information: <https://docs.pwntools.com/en/stable/commandline.html>.
- Convert the given assembly code to `bytes`:
- Convert the given assembly code to `bytes`:
`pwn asm "{{xor edi, edi}}"`