Enumeration

FridaRealm

Declaration

enum Frida.Realm

Description [src]

The realm an agent should run in.

Members

FRIDA_REALM_NATIVE

The process’s native realm.

  • Value: 0
  • Available since: 1.0
FRIDA_REALM_EMULATED

An emulated realm, such as code running under binary translation.

  • Value: 1
  • Available since: 1.0