Method

FridaProcessListget

Declaration

FridaProcess*
frida_process_list_get (
  FridaProcessList* self,
  gint index
)

Description [src]

Gets the process at the given position.

Parameters

index

Type: gint

Zero-based position.

Return value

Type: FridaProcess

The process.

The caller of the method takes ownership of the returned data, and is responsible for freeing it.