Enumeration

FridaBareboneStubFlavor

Declaration

enum Frida.BareboneStubFlavor

Description [src]

Selects which GDB-remote dialect to speak. GDB_REMOTE drives the generic client (QEMU, Corellium, debugserver); VZ drives the Apple Virtualization.framework kernel stub, whose lldb-flavoured quirks the generic client cannot handle.

Members

FRIDA_BAREBONE_STUB_FLAVOR_GDB_REMOTE

No description available.

  • Value: 0
  • Available since: 1.0
FRIDA_BAREBONE_STUB_FLAVOR_VZ

No description available.

  • Value: 1
  • Available since: 1.0