Skip to content

asm ¤

Functions:

  • asm

    Assemble the data string for the current architecture and return the assembled bytes.

asm ¤

asm(data: str) -> bytes

Assemble the data string for the current architecture and return the assembled bytes.

Only call this if the pwndbg.aglib.arch is not None.