1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-03-28 21:16:20 +01:00

pwn: remove extra space after verb (#12448)

This commit is contained in:
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

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}}"`