branch ¤
Classes:
-
BreakOnConditionalBranch–A breakpoint that only stops the inferior if a given branch is taken or not taken.
Functions:
Attributes:
-
parser–
parser module-attribute ¤
BreakOnConditionalBranch ¤
BreakOnConditionalBranch(instruction: PwndbgInstruction, taken: bool)
Bases: Breakpoint
A breakpoint that only stops the inferior if a given branch is taken or not taken.
Methods:
-
should_stop– -
stop–
Attributes:
-
instruction– -
taken–