Examples (8)
Convert the given assembly code to `bytes`
pwn asm "xor edi, edi"Create a cyclic pattern of the specific number of characters
pwn cyclic numberEncode the given data into the hexadecimal system
pwn hex deafbeefDecode the given data from hexadecimal
pwn unhex 6c4f7645Print a x64 Linux shellcode for running a shell
pwn shellcraft amd64.linux.shCheck for Pwntools updates
pwn updateDisplay version
pwn versionmade by @shridhargupta | data from tldr-pages