Class

FridaCrash

Description [src]

final class Frida.Crash : GObject.Object
{
  /* No available fields */
}

Details of a process crash.

Ancestors

Instance methods

frida_crash_get_pid

The process ID that crashed.

frida_crash_get_process_name

The name of the process that crashed.

frida_crash_get_summary

A short, human-readable summary of the crash.

frida_crash_get_report

The full crash report.

frida_crash_get_parameters

Additional parameters describing the crash, keyed by name.

Methods inherited from GObject (43)

Please see GObject for a full list of methods.

Properties

Frida.Crash:pid

The process ID that crashed.

Frida.Crash:process-name

The name of the process that crashed.

Frida.Crash:summary

A short, human-readable summary of the crash.

Frida.Crash:report

The full crash report.

Frida.Crash:parameters

Additional parameters describing the crash, keyed by name.

Signals

Signals inherited from GObject (1)
GObject::notify

The notify signal is emitted on an object when one of its properties has its value set through g_object_set_property(), g_object_set(), et al.

Class structure

struct FridaCrashClass {
  /* no available fields */
}

No description available.