disasm ¤
Functions:
Attributes:
c module-attribute ¤
c = ColorConfig(
"disasm",
[
ColorParamSpec(
"branch", "bold", "color for disasm (branch/call instruction)"
)
],
)
config_branch_on module-attribute ¤
config_branch_on = add_param(
"disasm-branch-on", "✔", "marker for branches that WILL be taken"
)
config_branch_off module-attribute ¤
config_branch_off = add_param(
"disasm-branch-off", "✘", "marker for branches that will NOT be taken"
)
instructions_and_padding ¤
instructions_and_padding(instructions: list[PwndbgInstruction]) -> list[str]