Pwn asm
Get opcodes from line or file.
pwn asm "jmp esp"
pwn asm -i <filepath>
Can select:
output type (raw,hex,string,elf)
output file context (16,32,64,linux,windows...)
avoid bytes (new lines, null, a list)
select encoder debug shellcode using gdb run the output
Pwn checksec
Checksec...