disasm ¤
Functions:
Attributes:
-
c
– -
MIN_SPACING
– -
WHITESPACE_LIMIT
–
c module-attribute
¤
c = ColorConfig(
"disasm",
[
ColorParamSpec(
"branch", "bold", "color for disasm (branch/call instruction)"
)
],
)
instructions_and_padding ¤
instructions_and_padding(instructions: list[PwndbgInstruction]) -> list[str]