Class

FridaPackageManager

Description [src]

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

Searches for and installs npm packages of Frida agents, for use with the FridaCompiler.

Ancestors

Constructors

frida_package_manager_new

Creates a package manager.

Instance methods

frida_package_manager_search

Searches the registry for packages matching a query.

frida_package_manager_search_finish

Searches the registry for packages matching a query.

frida_package_manager_search_sync

Searches the registry for packages matching a query.

frida_package_manager_install

Installs packages into a project, emitting FridaPackageManager::install-progress as it goes.

frida_package_manager_install_finish

Installs packages into a project, emitting FridaPackageManager::install-progress as it goes.

frida_package_manager_install_sync

Installs packages into a project, emitting FridaPackageManager::install-progress as it goes.

frida_package_manager_get_registry

The npm registry host to use.

frida_package_manager_set_registry

The npm registry host to use.

Methods inherited from GObject (43)

Please see GObject for a full list of methods.

Properties

Frida.PackageManager:registry

The npm registry host to use.

Signals

Frida.PackageManager::install-progress

Emitted as an install progresses.

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 FridaPackageManagerClass {
  /* no available fields */
}

No description available.