Enumeration

FridaGadgetBreakpointAction

Declaration

enum Frida.GadgetBreakpointAction

Description [src]

What the Gadget should do when a configured breakpoint is hit.

Members

FRIDA_GADGET_BREAKPOINT_ACTION_INVOKE_RETURN

Invoke the function and return immediately.

  • Value: 0
  • Available since: 1.0
FRIDA_GADGET_BREAKPOINT_ACTION_RESUME

Resume execution.

  • Value: 1
  • Available since: 1.0
FRIDA_GADGET_BREAKPOINT_ACTION_DETACH

Detach the Gadget.

  • Value: 2
  • Available since: 1.0
FRIDA_GADGET_BREAKPOINT_ACTION_PAGE_PLAN

Apply the page plan.

  • Value: 3
  • Available since: 1.0