pwnlib.shellcraft — Shellcode generation¶
The shellcode module.
This module contains functions for generating shellcode.
It is organized first by architecture and then by operating system.
Submodules¶
pwnlib.shellcraft.aarch64— Shellcode for AArch64pwnlib.shellcraft.amd64— Shellcode for AMD64pwnlib.shellcraft.arm— Shellcode for ARMpwnlib.shellcraft.common— Shellcode common to all architecturepwnlib.shellcraft.i386— Shellcode for Intel 80386pwnlib.shellcraft.mips— Shellcode for MIPSpwnlib.regsort— Register sortingpwnlib.shellcraft.thumb— Shellcode for Thumb Mode