Enumeration

GumExceptorMode

Declaration

enum Gum.ExceptorMode

Description [src]

How aggressively the exceptor takes over exception handling. See gum_exceptor_set_mode().

Members

GUM_EXCEPTOR_MODE_FULL

Install handlers and hook signal()/sigaction() so the target cannot override them.

  • Value: 0
  • Available since: 1.0
GUM_EXCEPTOR_MODE_HANDLER_ONLY

Install handlers but leave signal()/sigaction() alone.

  • Value: 1
  • Available since: 1.0
GUM_EXCEPTOR_MODE_OFF

Install nothing.

  • Value: 2
  • Available since: 1.0