Enumeration

FridaExceptor

Declaration

enum Frida.Exceptor

Description [src]

How the agent should take over exception handling in the target.

Members

FRIDA_EXCEPTOR_FULL

Install handlers and keep the target from overriding them.

  • Value: 0
  • Available since: 1.0
FRIDA_EXCEPTOR_HANDLER_ONLY

Install handlers but let the target replace them.

  • Value: 1
  • Available since: 1.0
FRIDA_EXCEPTOR_OFF

Do not handle exceptions.

  • Value: 2
  • Available since: 1.0