frida 17.7.2 → 17.8.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/build/src/frida.d.ts +8 -2
- package/build/src/frida.js +3 -1
- package/build/src/frida_binding.d.ts +523 -0
- package/package.json +1 -1
- package/releng/deps.toml +3 -3
- package/src/frida_bindgen/__pycache__/__init__.cpython-312.pyc +0 -0
- package/src/frida_bindgen/__pycache__/__main__.cpython-312.pyc +0 -0
- package/src/frida_bindgen/__pycache__/cli.cpython-312.pyc +0 -0
- package/src/frida_bindgen/__pycache__/codegen.cpython-312.pyc +0 -0
- package/src/frida_bindgen/__pycache__/customization.cpython-312.pyc +0 -0
- package/src/frida_bindgen/__pycache__/loader.cpython-312.pyc +0 -0
- package/src/frida_bindgen/__pycache__/model.cpython-312.pyc +0 -0
- package/subprojects/frida-core.wrap +1 -1
package/build/src/frida.d.ts
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import type { DeviceManager as _DeviceManager, DeviceAddedHandler as _DeviceAddedHandler, DeviceRemovedHandler as _DeviceRemovedHandler, DeviceChangedHandler as _DeviceChangedHandler, Device as _Device, SpawnAddedHandler as _SpawnAddedHandler, SpawnRemovedHandler as _SpawnRemovedHandler, ChildAddedHandler as _ChildAddedHandler, ChildRemovedHandler as _ChildRemovedHandler, ProcessCrashedHandler as _ProcessCrashedHandler, OutputHandler as _OutputHandler, UninjectedHandler as _UninjectedHandler, DeviceLostHandler as _DeviceLostHandler, RemoteDeviceOptions as _RemoteDeviceOptions, Application as _Application, Process as _Process, ProcessMatchOptions as _ProcessMatchOptions, RawSpawnOptions as _RawSpawnOptions, Spawn as _Spawn, Child as _Child, Crash as _Crash, Bus as _Bus, BusDetachedHandler as _BusDetachedHandler, BusMessageHandler as _BusMessageHandler, Service as _Service, ServiceCloseHandler as _ServiceCloseHandler, ServiceMessageHandler as _ServiceMessageHandler, Session as _Session, SessionDetachedHandler as _SessionDetachedHandler, Script as _Script, ScriptDestroyedHandler as _ScriptDestroyedHandler, ScriptMessageHandler as _ScriptMessageHandler, PortalMembership as _PortalMembership, PackageManager as _PackageManager, PackageManagerInstallProgressHandler as _PackageManagerInstallProgressHandler, Package as _Package, PackageSearchOptions as _PackageSearchOptions, PackageSearchResult as _PackageSearchResult, PackageInstallOptions as _PackageInstallOptions, PackageInstallResult as _PackageInstallResult, ControlService as _ControlService, ControlServiceOptions as _ControlServiceOptions, PortalService as _PortalService, PortalNodeConnectedHandler as _PortalNodeConnectedHandler, PortalNodeJoinedHandler as _PortalNodeJoinedHandler, PortalNodeLeftHandler as _PortalNodeLeftHandler, PortalNodeDisconnectedHandler as _PortalNodeDisconnectedHandler, PortalControllerConnectedHandler as _PortalControllerConnectedHandler, PortalControllerDisconnectedHandler as _PortalControllerDisconnectedHandler, PortalAuthenticatedHandler as _PortalAuthenticatedHandler, PortalSubscribeHandler as _PortalSubscribeHandler, PortalMessageHandler as _PortalMessageHandler, FileMonitor as _FileMonitor, FileMonitorChangeHandler as _FileMonitorChangeHandler, Compiler as _Compiler, CompilerStartingHandler as _CompilerStartingHandler, CompilerFinishedHandler as _CompilerFinishedHandler, CompilerOutputHandler as _CompilerOutputHandler, CompilerDiagnosticsHandler as _CompilerDiagnosticsHandler, CompilerOptions as _CompilerOptions, BuildOptions as _BuildOptions, WatchOptions as _WatchOptions, StaticAuthenticationService as _StaticAuthenticationService, FrontmostQueryOptions as _FrontmostQueryOptions, ApplicationQueryOptions as _ApplicationQueryOptions, ProcessQueryOptions as _ProcessQueryOptions, SessionOptions as _SessionOptions, ScriptOptions as _ScriptOptions, SnapshotOptions as _SnapshotOptions, PortalOptions as _PortalOptions, PeerOptions as _PeerOptions, Relay as _Relay, EndpointParameters as _EndpointParameters, AuthenticationService as _AuthenticationService, AbstractAuthenticationService as _AbstractAuthenticationService, BaseObject as _BaseObject, Cancellable as _Cancellable, CancelledHandler as _CancelledHandler, IOStream as _IOStream, InputStream as _InputStream, OutputStream as _OutputStream, InetSocketAddress as _InetSocketAddress, InetAddress as _InetAddress, UnixSocketAddress as _UnixSocketAddress, BaseSocketAddress as _BaseSocketAddress, SocketAddressEnumerator as _SocketAddressEnumerator, SocketConnectable as _SocketConnectable, Runtime as _Runtime, DeviceType as _DeviceType, PackageInstallPhase as _PackageInstallPhase, PackageRole as _PackageRole, OutputFormat as _OutputFormat, BundleFormat as _BundleFormat, TypeCheckMode as _TypeCheckMode, SourceMaps as _SourceMaps, JsCompression as _JsCompression, JsPlatform as _JsPlatform, GadgetBreakpointAction as _GadgetBreakpointAction, Realm as _Realm, SessionDetachReason as _SessionDetachReason, Scope as _Scope, Stdio as _Stdio, ChildOrigin as _ChildOrigin, SnapshotTransport as _SnapshotTransport, ScriptRuntime as _ScriptRuntime, RelayKind as _RelayKind, FileMonitorEvent as _FileMonitorEvent, SocketFamily as _SocketFamily, UnixSocketAddressType as _UnixSocketAddressType, TargetProcess as _TargetProcess, ProcessID as _ProcessID, InjecteeID as _InjecteeID, FileDescriptor as _FileDescriptor, ProcessName as _ProcessName, SystemParameters as _SystemParameters, SystemInterface as _SystemInterface, NetworkInterface as _NetworkInterface, CellularInterface as _CellularInterface, SpawnOptions as _SpawnOptions, RelayProperties as _RelayProperties, Message as _Message, MessageType as _MessageType, SendMessage as _SendMessage, ErrorMessage as _ErrorMessage, ScriptLogHandler as _ScriptLogHandler, ScriptExports as _ScriptExports, LogLevel as _LogLevel, EnableDebuggerOptions as _EnableDebuggerOptions, PortalServiceOptions as _PortalServiceOptions, PortalConnectionId as _PortalConnectionId, PortalConnectionTag as _PortalConnectionTag, EndpointParametersSubset as _EndpointParametersSubset, AuthenticationScheme as _AuthenticationScheme, TokenAuthenticationScheme as _TokenAuthenticationScheme, CallbackAuthenticationScheme as _CallbackAuthenticationScheme, AuthenticationCallback as _AuthenticationCallback, AuthenticatedSessionInfo as _AuthenticatedSessionInfo, SocketAddress as _SocketAddress, IPV4SocketAddress as _IPV4SocketAddress, IPV6SocketAddress as _IPV6SocketAddress, AnonymousUnixSocketAddress as _AnonymousUnixSocketAddress, PathUnixSocketAddress as _PathUnixSocketAddress, AbstractUnixSocketAddress as _AbstractUnixSocketAddress, Variant as _Variant, VariantValue as _VariantValue, VariantDict as _VariantDict } from "./frida_binding.d.ts";
|
|
1
|
+
import type { DeviceManager as _DeviceManager, DeviceAddedHandler as _DeviceAddedHandler, DeviceRemovedHandler as _DeviceRemovedHandler, DeviceChangedHandler as _DeviceChangedHandler, Device as _Device, SpawnAddedHandler as _SpawnAddedHandler, SpawnRemovedHandler as _SpawnRemovedHandler, ChildAddedHandler as _ChildAddedHandler, ChildRemovedHandler as _ChildRemovedHandler, ProcessCrashedHandler as _ProcessCrashedHandler, OutputHandler as _OutputHandler, UninjectedHandler as _UninjectedHandler, DeviceLostHandler as _DeviceLostHandler, RemoteDeviceOptions as _RemoteDeviceOptions, Application as _Application, Process as _Process, ProcessMatchOptions as _ProcessMatchOptions, RawSpawnOptions as _RawSpawnOptions, Spawn as _Spawn, Child as _Child, Crash as _Crash, Bus as _Bus, BusDetachedHandler as _BusDetachedHandler, BusMessageHandler as _BusMessageHandler, Service as _Service, ServiceCloseHandler as _ServiceCloseHandler, ServiceMessageHandler as _ServiceMessageHandler, Session as _Session, SessionDetachedHandler as _SessionDetachedHandler, Script as _Script, ScriptDestroyedHandler as _ScriptDestroyedHandler, ScriptMessageHandler as _ScriptMessageHandler, PortalMembership as _PortalMembership, PackageManager as _PackageManager, PackageManagerInstallProgressHandler as _PackageManagerInstallProgressHandler, Package as _Package, PackageSearchOptions as _PackageSearchOptions, PackageSearchResult as _PackageSearchResult, PackageInstallOptions as _PackageInstallOptions, PackageInstallResult as _PackageInstallResult, ControlService as _ControlService, ControlServiceOptions as _ControlServiceOptions, PortalService as _PortalService, PortalNodeConnectedHandler as _PortalNodeConnectedHandler, PortalNodeJoinedHandler as _PortalNodeJoinedHandler, PortalNodeLeftHandler as _PortalNodeLeftHandler, PortalNodeDisconnectedHandler as _PortalNodeDisconnectedHandler, PortalControllerConnectedHandler as _PortalControllerConnectedHandler, PortalControllerDisconnectedHandler as _PortalControllerDisconnectedHandler, PortalAuthenticatedHandler as _PortalAuthenticatedHandler, PortalSubscribeHandler as _PortalSubscribeHandler, PortalMessageHandler as _PortalMessageHandler, FileMonitor as _FileMonitor, FileMonitorChangeHandler as _FileMonitorChangeHandler, Compiler as _Compiler, CompilerStartingHandler as _CompilerStartingHandler, CompilerFinishedHandler as _CompilerFinishedHandler, CompilerOutputHandler as _CompilerOutputHandler, CompilerDiagnosticsHandler as _CompilerDiagnosticsHandler, CompilerOptions as _CompilerOptions, BuildOptions as _BuildOptions, WatchOptions as _WatchOptions, StaticAuthenticationService as _StaticAuthenticationService, FrontmostQueryOptions as _FrontmostQueryOptions, ApplicationQueryOptions as _ApplicationQueryOptions, ProcessQueryOptions as _ProcessQueryOptions, SessionOptions as _SessionOptions, ScriptOptions as _ScriptOptions, SnapshotOptions as _SnapshotOptions, PortalOptions as _PortalOptions, PeerOptions as _PeerOptions, Relay as _Relay, EndpointParameters as _EndpointParameters, AuthenticationService as _AuthenticationService, AbstractAuthenticationService as _AbstractAuthenticationService, BaseObject as _BaseObject, Cancellable as _Cancellable, CancelledHandler as _CancelledHandler, IOStream as _IOStream, InputStream as _InputStream, OutputStream as _OutputStream, InetSocketAddress as _InetSocketAddress, InetAddress as _InetAddress, UnixSocketAddress as _UnixSocketAddress, BaseSocketAddress as _BaseSocketAddress, SocketAddressEnumerator as _SocketAddressEnumerator, SocketConnectable as _SocketConnectable, Runtime as _Runtime, DeviceType as _DeviceType, PackageInstallPhase as _PackageInstallPhase, PackageRole as _PackageRole, OutputFormat as _OutputFormat, BundleFormat as _BundleFormat, TypeCheckMode as _TypeCheckMode, SourceMaps as _SourceMaps, JsCompression as _JsCompression, JsPlatform as _JsPlatform, GadgetBreakpointAction as _GadgetBreakpointAction, Realm as _Realm, SessionDetachReason as _SessionDetachReason, Scope as _Scope, Stdio as _Stdio, ChildOrigin as _ChildOrigin, SnapshotTransport as _SnapshotTransport, ScriptRuntime as _ScriptRuntime, RelayKind as _RelayKind, XnuMachTrap as _XnuMachTrap, XnuBsdSyscall as _XnuBsdSyscall, FileMonitorEvent as _FileMonitorEvent, SocketFamily as _SocketFamily, UnixSocketAddressType as _UnixSocketAddressType, TargetProcess as _TargetProcess, ProcessID as _ProcessID, InjecteeID as _InjecteeID, FileDescriptor as _FileDescriptor, ProcessName as _ProcessName, SystemParameters as _SystemParameters, SystemInterface as _SystemInterface, NetworkInterface as _NetworkInterface, CellularInterface as _CellularInterface, SpawnOptions as _SpawnOptions, RelayProperties as _RelayProperties, Message as _Message, MessageType as _MessageType, SendMessage as _SendMessage, ErrorMessage as _ErrorMessage, ScriptLogHandler as _ScriptLogHandler, ScriptExports as _ScriptExports, LogLevel as _LogLevel, EnableDebuggerOptions as _EnableDebuggerOptions, PortalServiceOptions as _PortalServiceOptions, PortalConnectionId as _PortalConnectionId, PortalConnectionTag as _PortalConnectionTag, EndpointParametersSubset as _EndpointParametersSubset, AuthenticationScheme as _AuthenticationScheme, TokenAuthenticationScheme as _TokenAuthenticationScheme, CallbackAuthenticationScheme as _CallbackAuthenticationScheme, AuthenticationCallback as _AuthenticationCallback, AuthenticatedSessionInfo as _AuthenticatedSessionInfo, SocketAddress as _SocketAddress, IPV4SocketAddress as _IPV4SocketAddress, IPV6SocketAddress as _IPV6SocketAddress, AnonymousUnixSocketAddress as _AnonymousUnixSocketAddress, PathUnixSocketAddress as _PathUnixSocketAddress, AbstractUnixSocketAddress as _AbstractUnixSocketAddress, Variant as _Variant, VariantValue as _VariantValue, VariantDict as _VariantDict } from "./frida_binding.d.ts";
|
|
2
2
|
export declare const MessageType: typeof _MessageType;
|
|
3
3
|
export declare const LogLevel: typeof _LogLevel;
|
|
4
|
-
export declare const DeviceManager: typeof _DeviceManager, Device: typeof _Device, RemoteDeviceOptions: _RemoteDeviceOptions, Application: typeof _Application, Process: typeof _Process, ProcessMatchOptions: _ProcessMatchOptions, RawSpawnOptions: _RawSpawnOptions, Spawn: typeof _Spawn, Child: typeof _Child, Crash: typeof _Crash, Bus: typeof _Bus, Service: typeof _Service, Session: typeof _Session, Script: typeof _Script, PortalMembership: typeof _PortalMembership, PackageManager: typeof _PackageManager, Package: typeof _Package, PackageSearchOptions: _PackageSearchOptions, PackageSearchResult: typeof _PackageSearchResult, PackageInstallOptions: _PackageInstallOptions, PackageInstallResult: typeof _PackageInstallResult, ControlService: typeof _ControlService, ControlServiceOptions: _ControlServiceOptions, PortalService: typeof _PortalService, FileMonitor: typeof _FileMonitor, Compiler: typeof _Compiler, CompilerOptions: _CompilerOptions, BuildOptions: _BuildOptions, WatchOptions: _WatchOptions, StaticAuthenticationService: typeof _StaticAuthenticationService, FrontmostQueryOptions: _FrontmostQueryOptions, ApplicationQueryOptions: _ApplicationQueryOptions, ProcessQueryOptions: _ProcessQueryOptions, SessionOptions: _SessionOptions, ScriptOptions: _ScriptOptions, SnapshotOptions: _SnapshotOptions, PortalOptions: _PortalOptions, PeerOptions: _PeerOptions, Relay: typeof _Relay, EndpointParameters: typeof _EndpointParameters, AbstractAuthenticationService: typeof _AbstractAuthenticationService, BaseObject: typeof _BaseObject, Cancellable: typeof _Cancellable, IOStream: typeof _IOStream, InputStream: typeof _InputStream, OutputStream: typeof _OutputStream, InetSocketAddress: typeof _InetSocketAddress, InetAddress: typeof _InetAddress, UnixSocketAddress: typeof _UnixSocketAddress, BaseSocketAddress: typeof _BaseSocketAddress, SocketAddressEnumerator: typeof _SocketAddressEnumerator, Runtime: typeof _Runtime, DeviceType: typeof _DeviceType, PackageInstallPhase: typeof _PackageInstallPhase, PackageRole: typeof _PackageRole, OutputFormat: typeof _OutputFormat, BundleFormat: typeof _BundleFormat, TypeCheckMode: typeof _TypeCheckMode, SourceMaps: typeof _SourceMaps, JsCompression: typeof _JsCompression, JsPlatform: typeof _JsPlatform, GadgetBreakpointAction: typeof _GadgetBreakpointAction, Realm: typeof _Realm, SessionDetachReason: typeof _SessionDetachReason, Scope: typeof _Scope, Stdio: typeof _Stdio, ChildOrigin: typeof _ChildOrigin, SnapshotTransport: typeof _SnapshotTransport, ScriptRuntime: typeof _ScriptRuntime, RelayKind: typeof _RelayKind, FileMonitorEvent: typeof _FileMonitorEvent, SocketFamily: typeof _SocketFamily, UnixSocketAddressType: typeof _UnixSocketAddressType;
|
|
4
|
+
export declare const DeviceManager: typeof _DeviceManager, Device: typeof _Device, RemoteDeviceOptions: _RemoteDeviceOptions, Application: typeof _Application, Process: typeof _Process, ProcessMatchOptions: _ProcessMatchOptions, RawSpawnOptions: _RawSpawnOptions, Spawn: typeof _Spawn, Child: typeof _Child, Crash: typeof _Crash, Bus: typeof _Bus, Service: typeof _Service, Session: typeof _Session, Script: typeof _Script, PortalMembership: typeof _PortalMembership, PackageManager: typeof _PackageManager, Package: typeof _Package, PackageSearchOptions: _PackageSearchOptions, PackageSearchResult: typeof _PackageSearchResult, PackageInstallOptions: _PackageInstallOptions, PackageInstallResult: typeof _PackageInstallResult, ControlService: typeof _ControlService, ControlServiceOptions: _ControlServiceOptions, PortalService: typeof _PortalService, FileMonitor: typeof _FileMonitor, Compiler: typeof _Compiler, CompilerOptions: _CompilerOptions, BuildOptions: _BuildOptions, WatchOptions: _WatchOptions, StaticAuthenticationService: typeof _StaticAuthenticationService, FrontmostQueryOptions: _FrontmostQueryOptions, ApplicationQueryOptions: _ApplicationQueryOptions, ProcessQueryOptions: _ProcessQueryOptions, SessionOptions: _SessionOptions, ScriptOptions: _ScriptOptions, SnapshotOptions: _SnapshotOptions, PortalOptions: _PortalOptions, PeerOptions: _PeerOptions, Relay: typeof _Relay, EndpointParameters: typeof _EndpointParameters, AbstractAuthenticationService: typeof _AbstractAuthenticationService, BaseObject: typeof _BaseObject, Cancellable: typeof _Cancellable, IOStream: typeof _IOStream, InputStream: typeof _InputStream, OutputStream: typeof _OutputStream, InetSocketAddress: typeof _InetSocketAddress, InetAddress: typeof _InetAddress, UnixSocketAddress: typeof _UnixSocketAddress, BaseSocketAddress: typeof _BaseSocketAddress, SocketAddressEnumerator: typeof _SocketAddressEnumerator, Runtime: typeof _Runtime, DeviceType: typeof _DeviceType, PackageInstallPhase: typeof _PackageInstallPhase, PackageRole: typeof _PackageRole, OutputFormat: typeof _OutputFormat, BundleFormat: typeof _BundleFormat, TypeCheckMode: typeof _TypeCheckMode, SourceMaps: typeof _SourceMaps, JsCompression: typeof _JsCompression, JsPlatform: typeof _JsPlatform, GadgetBreakpointAction: typeof _GadgetBreakpointAction, Realm: typeof _Realm, SessionDetachReason: typeof _SessionDetachReason, Scope: typeof _Scope, Stdio: typeof _Stdio, ChildOrigin: typeof _ChildOrigin, SnapshotTransport: typeof _SnapshotTransport, ScriptRuntime: typeof _ScriptRuntime, RelayKind: typeof _RelayKind, XnuMachTrap: typeof _XnuMachTrap, XnuBsdSyscall: typeof _XnuBsdSyscall, FileMonitorEvent: typeof _FileMonitorEvent, SocketFamily: typeof _SocketFamily, UnixSocketAddressType: typeof _UnixSocketAddressType;
|
|
5
5
|
declare const frida: {
|
|
6
6
|
readonly DeviceManager: typeof _DeviceManager;
|
|
7
7
|
readonly Device: typeof _Device;
|
|
@@ -73,6 +73,8 @@ declare const frida: {
|
|
|
73
73
|
readonly SnapshotTransport: typeof _SnapshotTransport;
|
|
74
74
|
readonly ScriptRuntime: typeof _ScriptRuntime;
|
|
75
75
|
readonly RelayKind: typeof _RelayKind;
|
|
76
|
+
readonly XnuMachTrap: typeof _XnuMachTrap;
|
|
77
|
+
readonly XnuBsdSyscall: typeof _XnuBsdSyscall;
|
|
76
78
|
readonly FileMonitorEvent: typeof _FileMonitorEvent;
|
|
77
79
|
readonly SocketFamily: typeof _SocketFamily;
|
|
78
80
|
readonly UnixSocketAddressType: typeof _UnixSocketAddressType;
|
|
@@ -200,6 +202,8 @@ declare namespace frida {
|
|
|
200
202
|
type SnapshotTransport = _SnapshotTransport;
|
|
201
203
|
type ScriptRuntime = _ScriptRuntime;
|
|
202
204
|
type RelayKind = _RelayKind;
|
|
205
|
+
type XnuMachTrap = _XnuMachTrap;
|
|
206
|
+
type XnuBsdSyscall = _XnuBsdSyscall;
|
|
203
207
|
type FileMonitorEvent = _FileMonitorEvent;
|
|
204
208
|
type SocketFamily = _SocketFamily;
|
|
205
209
|
type UnixSocketAddressType = _UnixSocketAddressType;
|
|
@@ -347,6 +351,8 @@ export type ChildOrigin = _ChildOrigin;
|
|
|
347
351
|
export type SnapshotTransport = _SnapshotTransport;
|
|
348
352
|
export type ScriptRuntime = _ScriptRuntime;
|
|
349
353
|
export type RelayKind = _RelayKind;
|
|
354
|
+
export type XnuMachTrap = _XnuMachTrap;
|
|
355
|
+
export type XnuBsdSyscall = _XnuBsdSyscall;
|
|
350
356
|
export type FileMonitorEvent = _FileMonitorEvent;
|
|
351
357
|
export type SocketFamily = _SocketFamily;
|
|
352
358
|
export type UnixSocketAddressType = _UnixSocketAddressType;
|
package/build/src/frida.js
CHANGED
|
@@ -780,7 +780,7 @@ export const LogLevel = binding.LogLevel;
|
|
|
780
780
|
};
|
|
781
781
|
}
|
|
782
782
|
binding.commitConstructors();
|
|
783
|
-
export const { DeviceManager, Device, RemoteDeviceOptions, Application, Process, ProcessMatchOptions, RawSpawnOptions, Spawn, Child, Crash, Bus, Service, Session, Script, PortalMembership, PackageManager, Package, PackageSearchOptions, PackageSearchResult, PackageInstallOptions, PackageInstallResult, ControlService, ControlServiceOptions, PortalService, FileMonitor, Compiler, CompilerOptions, BuildOptions, WatchOptions, StaticAuthenticationService, FrontmostQueryOptions, ApplicationQueryOptions, ProcessQueryOptions, SessionOptions, ScriptOptions, SnapshotOptions, PortalOptions, PeerOptions, Relay, EndpointParameters, AbstractAuthenticationService, BaseObject, Cancellable, IOStream, InputStream, OutputStream, InetSocketAddress, InetAddress, UnixSocketAddress, BaseSocketAddress, SocketAddressEnumerator, Runtime, DeviceType, PackageInstallPhase, PackageRole, OutputFormat, BundleFormat, TypeCheckMode, SourceMaps, JsCompression, JsPlatform, GadgetBreakpointAction, Realm, SessionDetachReason, Scope, Stdio, ChildOrigin, SnapshotTransport, ScriptRuntime, RelayKind, FileMonitorEvent, SocketFamily, UnixSocketAddressType, } = binding;
|
|
783
|
+
export const { DeviceManager, Device, RemoteDeviceOptions, Application, Process, ProcessMatchOptions, RawSpawnOptions, Spawn, Child, Crash, Bus, Service, Session, Script, PortalMembership, PackageManager, Package, PackageSearchOptions, PackageSearchResult, PackageInstallOptions, PackageInstallResult, ControlService, ControlServiceOptions, PortalService, FileMonitor, Compiler, CompilerOptions, BuildOptions, WatchOptions, StaticAuthenticationService, FrontmostQueryOptions, ApplicationQueryOptions, ProcessQueryOptions, SessionOptions, ScriptOptions, SnapshotOptions, PortalOptions, PeerOptions, Relay, EndpointParameters, AbstractAuthenticationService, BaseObject, Cancellable, IOStream, InputStream, OutputStream, InetSocketAddress, InetAddress, UnixSocketAddress, BaseSocketAddress, SocketAddressEnumerator, Runtime, DeviceType, PackageInstallPhase, PackageRole, OutputFormat, BundleFormat, TypeCheckMode, SourceMaps, JsCompression, JsPlatform, GadgetBreakpointAction, Realm, SessionDetachReason, Scope, Stdio, ChildOrigin, SnapshotTransport, ScriptRuntime, RelayKind, XnuMachTrap, XnuBsdSyscall, FileMonitorEvent, SocketFamily, UnixSocketAddressType, } = binding;
|
|
784
784
|
const frida = {
|
|
785
785
|
DeviceManager,
|
|
786
786
|
Device,
|
|
@@ -852,6 +852,8 @@ const frida = {
|
|
|
852
852
|
SnapshotTransport,
|
|
853
853
|
ScriptRuntime,
|
|
854
854
|
RelayKind,
|
|
855
|
+
XnuMachTrap,
|
|
856
|
+
XnuBsdSyscall,
|
|
855
857
|
FileMonitorEvent,
|
|
856
858
|
SocketFamily,
|
|
857
859
|
UnixSocketAddressType,
|
|
@@ -77,6 +77,8 @@ export interface FridaBinding {
|
|
|
77
77
|
SnapshotTransport: typeof SnapshotTransport;
|
|
78
78
|
ScriptRuntime: typeof ScriptRuntime;
|
|
79
79
|
RelayKind: typeof RelayKind;
|
|
80
|
+
XnuMachTrap: typeof XnuMachTrap;
|
|
81
|
+
XnuBsdSyscall: typeof XnuBsdSyscall;
|
|
80
82
|
FileMonitorEvent: typeof FileMonitorEvent;
|
|
81
83
|
SocketFamily: typeof SocketFamily;
|
|
82
84
|
UnixSocketAddressType: typeof UnixSocketAddressType;
|
|
@@ -757,6 +759,527 @@ export enum RelayKind {
|
|
|
757
759
|
TurnTLS = "turn-tls"
|
|
758
760
|
}
|
|
759
761
|
|
|
762
|
+
export enum XnuMachTrap {
|
|
763
|
+
MachVmAllocate = "mach-vm-allocate",
|
|
764
|
+
MachVmPurgableControl = "mach-vm-purgable-control",
|
|
765
|
+
MachVmDeallocate = "mach-vm-deallocate",
|
|
766
|
+
TaskDyldProcessInfoNotifyGet = "task-dyld-process-info-notify-get",
|
|
767
|
+
MachVmProtect = "mach-vm-protect",
|
|
768
|
+
MachVmMap = "mach-vm-map",
|
|
769
|
+
MachPortAllocate = "mach-port-allocate",
|
|
770
|
+
MachPortDeallocate = "mach-port-deallocate",
|
|
771
|
+
MachPortModRefs = "mach-port-mod-refs",
|
|
772
|
+
MachPortMoveMember = "mach-port-move-member",
|
|
773
|
+
MachPortInsertRight = "mach-port-insert-right",
|
|
774
|
+
MachPortInsertMember = "mach-port-insert-member",
|
|
775
|
+
MachPortExtractMember = "mach-port-extract-member",
|
|
776
|
+
MachPortConstruct = "mach-port-construct",
|
|
777
|
+
MachPortDestruct = "mach-port-destruct",
|
|
778
|
+
MachReplyPort = "mach-reply-port",
|
|
779
|
+
ThreadSelf = "thread-self",
|
|
780
|
+
TaskSelf = "task-self",
|
|
781
|
+
HostSelf = "host-self",
|
|
782
|
+
MachMsg = "mach-msg",
|
|
783
|
+
MachMsgOverwrite = "mach-msg-overwrite",
|
|
784
|
+
SemaphoreSignal = "semaphore-signal",
|
|
785
|
+
SemaphoreSignalAll = "semaphore-signal-all",
|
|
786
|
+
SemaphoreSignalThread = "semaphore-signal-thread",
|
|
787
|
+
SemaphoreWait = "semaphore-wait",
|
|
788
|
+
SemaphoreWaitSignal = "semaphore-wait-signal",
|
|
789
|
+
SemaphoreTimedwait = "semaphore-timedwait",
|
|
790
|
+
SemaphoreTimedwaitSignal = "semaphore-timedwait-signal",
|
|
791
|
+
MachPortGetAttributes = "mach-port-get-attributes",
|
|
792
|
+
MachPortGuard = "mach-port-guard",
|
|
793
|
+
MachPortUnguard = "mach-port-unguard",
|
|
794
|
+
MachGenerateActivityId = "mach-generate-activity-id",
|
|
795
|
+
TaskNameForPid = "task-name-for-pid",
|
|
796
|
+
TaskForPid = "task-for-pid",
|
|
797
|
+
PidForTask = "pid-for-task",
|
|
798
|
+
MachMsg2 = "mach-msg2",
|
|
799
|
+
MacxSwapon = "macx-swapon",
|
|
800
|
+
MacxSwapoff = "macx-swapoff",
|
|
801
|
+
ThreadGetSpecialReplyPort = "thread-get-special-reply-port",
|
|
802
|
+
MacxTriggers = "macx-triggers",
|
|
803
|
+
MacxBackingStoreSuspend = "macx-backing-store-suspend",
|
|
804
|
+
MacxBackingStoreRecovery = "macx-backing-store-recovery",
|
|
805
|
+
PfzExit = "pfz-exit",
|
|
806
|
+
SwtchPri = "swtch-pri",
|
|
807
|
+
Swtch = "swtch",
|
|
808
|
+
ThreadSwitch = "thread-switch",
|
|
809
|
+
ClockSleep = "clock-sleep",
|
|
810
|
+
MachVmReclaimUpdateKernelAccounting = "mach-vm-reclaim-update-kernel-accounting",
|
|
811
|
+
HostCreateMachVoucher = "host-create-mach-voucher",
|
|
812
|
+
MachVoucherExtractAttrRecipe = "mach-voucher-extract-attr-recipe",
|
|
813
|
+
MachPortType = "mach-port-type",
|
|
814
|
+
MachPortRequestNotification = "mach-port-request-notification",
|
|
815
|
+
ExclavesCtl = "exclaves-ctl",
|
|
816
|
+
MachTimebaseInfo = "mach-timebase-info",
|
|
817
|
+
MachWaitUntil = "mach-wait-until",
|
|
818
|
+
MkTimerCreate = "mk-timer-create",
|
|
819
|
+
MkTimerDestroy = "mk-timer-destroy",
|
|
820
|
+
MkTimerArm = "mk-timer-arm",
|
|
821
|
+
MkTimerCancel = "mk-timer-cancel",
|
|
822
|
+
MkTimerArmLeeway = "mk-timer-arm-leeway",
|
|
823
|
+
DebugControlPortForPid = "debug-control-port-for-pid",
|
|
824
|
+
IokitUserClient = "iokit-user-client"
|
|
825
|
+
}
|
|
826
|
+
|
|
827
|
+
export enum XnuBsdSyscall {
|
|
828
|
+
Exit = "exit",
|
|
829
|
+
Fork = "fork",
|
|
830
|
+
Read = "read",
|
|
831
|
+
Write = "write",
|
|
832
|
+
Open = "open",
|
|
833
|
+
Close = "close",
|
|
834
|
+
Wait4 = "wait4",
|
|
835
|
+
Link = "link",
|
|
836
|
+
Unlink = "unlink",
|
|
837
|
+
Chdir = "chdir",
|
|
838
|
+
Fchdir = "fchdir",
|
|
839
|
+
Mknod = "mknod",
|
|
840
|
+
Chmod = "chmod",
|
|
841
|
+
Chown = "chown",
|
|
842
|
+
Getfsstat = "getfsstat",
|
|
843
|
+
Getpid = "getpid",
|
|
844
|
+
Setuid = "setuid",
|
|
845
|
+
Getuid = "getuid",
|
|
846
|
+
Geteuid = "geteuid",
|
|
847
|
+
Ptrace = "ptrace",
|
|
848
|
+
Recvmsg = "recvmsg",
|
|
849
|
+
Sendmsg = "sendmsg",
|
|
850
|
+
Recvfrom = "recvfrom",
|
|
851
|
+
Accept = "accept",
|
|
852
|
+
Getpeername = "getpeername",
|
|
853
|
+
Getsockname = "getsockname",
|
|
854
|
+
Access = "access",
|
|
855
|
+
Chflags = "chflags",
|
|
856
|
+
Fchflags = "fchflags",
|
|
857
|
+
Sync = "sync",
|
|
858
|
+
Kill = "kill",
|
|
859
|
+
CrossarchTrap = "crossarch-trap",
|
|
860
|
+
Getppid = "getppid",
|
|
861
|
+
Dup = "dup",
|
|
862
|
+
Pipe = "pipe",
|
|
863
|
+
Getegid = "getegid",
|
|
864
|
+
Sigaction = "sigaction",
|
|
865
|
+
Getgid = "getgid",
|
|
866
|
+
Sigprocmask = "sigprocmask",
|
|
867
|
+
Getlogin = "getlogin",
|
|
868
|
+
Setlogin = "setlogin",
|
|
869
|
+
Acct = "acct",
|
|
870
|
+
Sigpending = "sigpending",
|
|
871
|
+
Sigaltstack = "sigaltstack",
|
|
872
|
+
Ioctl = "ioctl",
|
|
873
|
+
Reboot = "reboot",
|
|
874
|
+
Revoke = "revoke",
|
|
875
|
+
Symlink = "symlink",
|
|
876
|
+
Readlink = "readlink",
|
|
877
|
+
Execve = "execve",
|
|
878
|
+
Umask = "umask",
|
|
879
|
+
Chroot = "chroot",
|
|
880
|
+
Msync = "msync",
|
|
881
|
+
Vfork = "vfork",
|
|
882
|
+
OslogCoprocReg = "oslog-coproc-reg",
|
|
883
|
+
OslogCoproc = "oslog-coproc",
|
|
884
|
+
Munmap = "munmap",
|
|
885
|
+
Mprotect = "mprotect",
|
|
886
|
+
Madvise = "madvise",
|
|
887
|
+
Mincore = "mincore",
|
|
888
|
+
Getgroups = "getgroups",
|
|
889
|
+
Setgroups = "setgroups",
|
|
890
|
+
Getpgrp = "getpgrp",
|
|
891
|
+
Setpgid = "setpgid",
|
|
892
|
+
Setitimer = "setitimer",
|
|
893
|
+
Swapon = "swapon",
|
|
894
|
+
Getitimer = "getitimer",
|
|
895
|
+
Getdtablesize = "getdtablesize",
|
|
896
|
+
Dup2 = "dup2",
|
|
897
|
+
Fcntl = "fcntl",
|
|
898
|
+
Select = "select",
|
|
899
|
+
Fsync = "fsync",
|
|
900
|
+
Setpriority = "setpriority",
|
|
901
|
+
Socket = "socket",
|
|
902
|
+
Connect = "connect",
|
|
903
|
+
Getpriority = "getpriority",
|
|
904
|
+
Bind = "bind",
|
|
905
|
+
Setsockopt = "setsockopt",
|
|
906
|
+
Listen = "listen",
|
|
907
|
+
Sigsuspend = "sigsuspend",
|
|
908
|
+
Gettimeofday = "gettimeofday",
|
|
909
|
+
Getrusage = "getrusage",
|
|
910
|
+
Getsockopt = "getsockopt",
|
|
911
|
+
Readv = "readv",
|
|
912
|
+
Writev = "writev",
|
|
913
|
+
Settimeofday = "settimeofday",
|
|
914
|
+
Fchown = "fchown",
|
|
915
|
+
Fchmod = "fchmod",
|
|
916
|
+
Setreuid = "setreuid",
|
|
917
|
+
Setregid = "setregid",
|
|
918
|
+
Rename = "rename",
|
|
919
|
+
Flock = "flock",
|
|
920
|
+
Mkfifo = "mkfifo",
|
|
921
|
+
Sendto = "sendto",
|
|
922
|
+
Shutdown = "shutdown",
|
|
923
|
+
Socketpair = "socketpair",
|
|
924
|
+
Mkdir = "mkdir",
|
|
925
|
+
Rmdir = "rmdir",
|
|
926
|
+
Utimes = "utimes",
|
|
927
|
+
Futimes = "futimes",
|
|
928
|
+
Adjtime = "adjtime",
|
|
929
|
+
Gethostuuid = "gethostuuid",
|
|
930
|
+
Setsid = "setsid",
|
|
931
|
+
Getpgid = "getpgid",
|
|
932
|
+
Setprivexec = "setprivexec",
|
|
933
|
+
Pread = "pread",
|
|
934
|
+
Pwrite = "pwrite",
|
|
935
|
+
Nfssvc = "nfssvc",
|
|
936
|
+
Statfs = "statfs",
|
|
937
|
+
Fstatfs = "fstatfs",
|
|
938
|
+
Unmount = "unmount",
|
|
939
|
+
Getfh = "getfh",
|
|
940
|
+
Funmount = "funmount",
|
|
941
|
+
Quotactl = "quotactl",
|
|
942
|
+
Mount = "mount",
|
|
943
|
+
Csops = "csops",
|
|
944
|
+
CsopsAudittoken = "csops-audittoken",
|
|
945
|
+
Waitid = "waitid",
|
|
946
|
+
KdebugTypefilter = "kdebug-typefilter",
|
|
947
|
+
KdebugTraceString = "kdebug-trace-string",
|
|
948
|
+
KdebugTrace64 = "kdebug-trace64",
|
|
949
|
+
KdebugTrace = "kdebug-trace",
|
|
950
|
+
Setgid = "setgid",
|
|
951
|
+
Setegid = "setegid",
|
|
952
|
+
Seteuid = "seteuid",
|
|
953
|
+
Sigreturn = "sigreturn",
|
|
954
|
+
PanicWithData = "panic-with-data",
|
|
955
|
+
ThreadSelfcounts = "thread-selfcounts",
|
|
956
|
+
Fdatasync = "fdatasync",
|
|
957
|
+
Stat = "stat",
|
|
958
|
+
Fstat = "fstat",
|
|
959
|
+
Lstat = "lstat",
|
|
960
|
+
Pathconf = "pathconf",
|
|
961
|
+
Fpathconf = "fpathconf",
|
|
962
|
+
Getrlimit = "getrlimit",
|
|
963
|
+
Setrlimit = "setrlimit",
|
|
964
|
+
Getdirentries = "getdirentries",
|
|
965
|
+
Mmap = "mmap",
|
|
966
|
+
Lseek = "lseek",
|
|
967
|
+
Truncate = "truncate",
|
|
968
|
+
Ftruncate = "ftruncate",
|
|
969
|
+
Sysctl = "sysctl",
|
|
970
|
+
Mlock = "mlock",
|
|
971
|
+
Munlock = "munlock",
|
|
972
|
+
Undelete = "undelete",
|
|
973
|
+
OpenDprotectedNp = "open-dprotected-np",
|
|
974
|
+
FsgetpathExt = "fsgetpath-ext",
|
|
975
|
+
OpenatDprotectedNp = "openat-dprotected-np",
|
|
976
|
+
Getattrlist = "getattrlist",
|
|
977
|
+
Setattrlist = "setattrlist",
|
|
978
|
+
Getdirentriesattr = "getdirentriesattr",
|
|
979
|
+
Exchangedata = "exchangedata",
|
|
980
|
+
Searchfs = "searchfs",
|
|
981
|
+
Delete = "delete",
|
|
982
|
+
Copyfile = "copyfile",
|
|
983
|
+
Fgetattrlist = "fgetattrlist",
|
|
984
|
+
Fsetattrlist = "fsetattrlist",
|
|
985
|
+
Poll = "poll",
|
|
986
|
+
Getxattr = "getxattr",
|
|
987
|
+
Fgetxattr = "fgetxattr",
|
|
988
|
+
Setxattr = "setxattr",
|
|
989
|
+
Fsetxattr = "fsetxattr",
|
|
990
|
+
Removexattr = "removexattr",
|
|
991
|
+
Fremovexattr = "fremovexattr",
|
|
992
|
+
Listxattr = "listxattr",
|
|
993
|
+
Flistxattr = "flistxattr",
|
|
994
|
+
Fsctl = "fsctl",
|
|
995
|
+
Initgroups = "initgroups",
|
|
996
|
+
PosixSpawn = "posix-spawn",
|
|
997
|
+
Ffsctl = "ffsctl",
|
|
998
|
+
Fhopen = "fhopen",
|
|
999
|
+
Minherit = "minherit",
|
|
1000
|
+
Semsys = "semsys",
|
|
1001
|
+
Msgsys = "msgsys",
|
|
1002
|
+
Shmsys = "shmsys",
|
|
1003
|
+
Semctl = "semctl",
|
|
1004
|
+
Semget = "semget",
|
|
1005
|
+
Semop = "semop",
|
|
1006
|
+
Msgctl = "msgctl",
|
|
1007
|
+
Msgget = "msgget",
|
|
1008
|
+
Msgsnd = "msgsnd",
|
|
1009
|
+
Msgrcv = "msgrcv",
|
|
1010
|
+
Shmat = "shmat",
|
|
1011
|
+
Shmctl = "shmctl",
|
|
1012
|
+
Shmdt = "shmdt",
|
|
1013
|
+
Shmget = "shmget",
|
|
1014
|
+
ShmOpen = "shm-open",
|
|
1015
|
+
ShmUnlink = "shm-unlink",
|
|
1016
|
+
SemOpen = "sem-open",
|
|
1017
|
+
SemClose = "sem-close",
|
|
1018
|
+
SemUnlink = "sem-unlink",
|
|
1019
|
+
SemWait = "sem-wait",
|
|
1020
|
+
SemTrywait = "sem-trywait",
|
|
1021
|
+
SemPost = "sem-post",
|
|
1022
|
+
Sysctlbyname = "sysctlbyname",
|
|
1023
|
+
OpenExtended = "open-extended",
|
|
1024
|
+
UmaskExtended = "umask-extended",
|
|
1025
|
+
StatExtended = "stat-extended",
|
|
1026
|
+
LstatExtended = "lstat-extended",
|
|
1027
|
+
FstatExtended = "fstat-extended",
|
|
1028
|
+
ChmodExtended = "chmod-extended",
|
|
1029
|
+
FchmodExtended = "fchmod-extended",
|
|
1030
|
+
AccessExtended = "access-extended",
|
|
1031
|
+
Settid = "settid",
|
|
1032
|
+
Gettid = "gettid",
|
|
1033
|
+
Setsgroups = "setsgroups",
|
|
1034
|
+
Getsgroups = "getsgroups",
|
|
1035
|
+
Setwgroups = "setwgroups",
|
|
1036
|
+
Getwgroups = "getwgroups",
|
|
1037
|
+
MkfifoExtended = "mkfifo-extended",
|
|
1038
|
+
MkdirExtended = "mkdir-extended",
|
|
1039
|
+
Identitysvc = "identitysvc",
|
|
1040
|
+
SharedRegionCheckNp = "shared-region-check-np",
|
|
1041
|
+
VmPressureMonitor = "vm-pressure-monitor",
|
|
1042
|
+
PsynchRwLongrdlock = "psynch-rw-longrdlock",
|
|
1043
|
+
PsynchRwYieldwrlock = "psynch-rw-yieldwrlock",
|
|
1044
|
+
PsynchRwDowngrade = "psynch-rw-downgrade",
|
|
1045
|
+
PsynchRwUpgrade = "psynch-rw-upgrade",
|
|
1046
|
+
PsynchMutexwait = "psynch-mutexwait",
|
|
1047
|
+
PsynchMutexdrop = "psynch-mutexdrop",
|
|
1048
|
+
PsynchCvbroad = "psynch-cvbroad",
|
|
1049
|
+
PsynchCvsignal = "psynch-cvsignal",
|
|
1050
|
+
PsynchCvwait = "psynch-cvwait",
|
|
1051
|
+
PsynchRwRdlock = "psynch-rw-rdlock",
|
|
1052
|
+
PsynchRwWrlock = "psynch-rw-wrlock",
|
|
1053
|
+
PsynchRwUnlock = "psynch-rw-unlock",
|
|
1054
|
+
PsynchRwUnlock2 = "psynch-rw-unlock2",
|
|
1055
|
+
Getsid = "getsid",
|
|
1056
|
+
SettidWithPid = "settid-with-pid",
|
|
1057
|
+
PsynchCvclrprepost = "psynch-cvclrprepost",
|
|
1058
|
+
AioFsync = "aio-fsync",
|
|
1059
|
+
AioReturn = "aio-return",
|
|
1060
|
+
AioSuspend = "aio-suspend",
|
|
1061
|
+
AioCancel = "aio-cancel",
|
|
1062
|
+
AioError = "aio-error",
|
|
1063
|
+
AioRead = "aio-read",
|
|
1064
|
+
AioWrite = "aio-write",
|
|
1065
|
+
LioListio = "lio-listio",
|
|
1066
|
+
Iopolicysys = "iopolicysys",
|
|
1067
|
+
ProcessPolicy = "process-policy",
|
|
1068
|
+
Mlockall = "mlockall",
|
|
1069
|
+
Munlockall = "munlockall",
|
|
1070
|
+
Issetugid = "issetugid",
|
|
1071
|
+
PthreadKill = "pthread-kill",
|
|
1072
|
+
PthreadSigmask = "pthread-sigmask",
|
|
1073
|
+
Sigwait = "sigwait",
|
|
1074
|
+
DisableThreadsignal = "disable-threadsignal",
|
|
1075
|
+
PthreadMarkcancel = "pthread-markcancel",
|
|
1076
|
+
PthreadCanceled = "pthread-canceled",
|
|
1077
|
+
SemwaitSignal = "semwait-signal",
|
|
1078
|
+
ProcInfo = "proc-info",
|
|
1079
|
+
Sendfile = "sendfile",
|
|
1080
|
+
Stat64 = "stat64",
|
|
1081
|
+
Fstat64 = "fstat64",
|
|
1082
|
+
Lstat64 = "lstat64",
|
|
1083
|
+
Stat64Extended = "stat64-extended",
|
|
1084
|
+
Lstat64Extended = "lstat64-extended",
|
|
1085
|
+
Fstat64Extended = "fstat64-extended",
|
|
1086
|
+
Getdirentries64 = "getdirentries64",
|
|
1087
|
+
Statfs64 = "statfs64",
|
|
1088
|
+
Fstatfs64 = "fstatfs64",
|
|
1089
|
+
Getfsstat64 = "getfsstat64",
|
|
1090
|
+
PthreadChdir = "pthread-chdir",
|
|
1091
|
+
PthreadFchdir = "pthread-fchdir",
|
|
1092
|
+
Audit = "audit",
|
|
1093
|
+
Auditon = "auditon",
|
|
1094
|
+
Getauid = "getauid",
|
|
1095
|
+
Setauid = "setauid",
|
|
1096
|
+
GetauditAddr = "getaudit-addr",
|
|
1097
|
+
SetauditAddr = "setaudit-addr",
|
|
1098
|
+
Auditctl = "auditctl",
|
|
1099
|
+
BsdthreadCreate = "bsdthread-create",
|
|
1100
|
+
BsdthreadTerminate = "bsdthread-terminate",
|
|
1101
|
+
Kqueue = "kqueue",
|
|
1102
|
+
Kevent = "kevent",
|
|
1103
|
+
Lchown = "lchown",
|
|
1104
|
+
BsdthreadRegister = "bsdthread-register",
|
|
1105
|
+
WorkqOpen = "workq-open",
|
|
1106
|
+
WorkqKernreturn = "workq-kernreturn",
|
|
1107
|
+
Kevent64 = "kevent64",
|
|
1108
|
+
ThreadSelfid = "thread-selfid",
|
|
1109
|
+
Ledger = "ledger",
|
|
1110
|
+
KeventQos = "kevent-qos",
|
|
1111
|
+
KeventId = "kevent-id",
|
|
1112
|
+
MacExecve = "mac-execve",
|
|
1113
|
+
MacSyscall = "mac-syscall",
|
|
1114
|
+
MacGetFile = "mac-get-file",
|
|
1115
|
+
MacSetFile = "mac-set-file",
|
|
1116
|
+
MacGetLink = "mac-get-link",
|
|
1117
|
+
MacSetLink = "mac-set-link",
|
|
1118
|
+
MacGetProc = "mac-get-proc",
|
|
1119
|
+
MacSetProc = "mac-set-proc",
|
|
1120
|
+
MacGetFd = "mac-get-fd",
|
|
1121
|
+
MacSetFd = "mac-set-fd",
|
|
1122
|
+
MacGetPid = "mac-get-pid",
|
|
1123
|
+
Pselect = "pselect",
|
|
1124
|
+
PselectNocancel = "pselect-nocancel",
|
|
1125
|
+
ReadNocancel = "read-nocancel",
|
|
1126
|
+
WriteNocancel = "write-nocancel",
|
|
1127
|
+
OpenNocancel = "open-nocancel",
|
|
1128
|
+
CloseNocancel = "close-nocancel",
|
|
1129
|
+
Wait4Nocancel = "wait4-nocancel",
|
|
1130
|
+
RecvmsgNocancel = "recvmsg-nocancel",
|
|
1131
|
+
SendmsgNocancel = "sendmsg-nocancel",
|
|
1132
|
+
RecvfromNocancel = "recvfrom-nocancel",
|
|
1133
|
+
AcceptNocancel = "accept-nocancel",
|
|
1134
|
+
MsyncNocancel = "msync-nocancel",
|
|
1135
|
+
FcntlNocancel = "fcntl-nocancel",
|
|
1136
|
+
SelectNocancel = "select-nocancel",
|
|
1137
|
+
FsyncNocancel = "fsync-nocancel",
|
|
1138
|
+
ConnectNocancel = "connect-nocancel",
|
|
1139
|
+
SigsuspendNocancel = "sigsuspend-nocancel",
|
|
1140
|
+
ReadvNocancel = "readv-nocancel",
|
|
1141
|
+
WritevNocancel = "writev-nocancel",
|
|
1142
|
+
SendtoNocancel = "sendto-nocancel",
|
|
1143
|
+
PreadNocancel = "pread-nocancel",
|
|
1144
|
+
PwriteNocancel = "pwrite-nocancel",
|
|
1145
|
+
WaitidNocancel = "waitid-nocancel",
|
|
1146
|
+
PollNocancel = "poll-nocancel",
|
|
1147
|
+
MsgsndNocancel = "msgsnd-nocancel",
|
|
1148
|
+
MsgrcvNocancel = "msgrcv-nocancel",
|
|
1149
|
+
SemWaitNocancel = "sem-wait-nocancel",
|
|
1150
|
+
AioSuspendNocancel = "aio-suspend-nocancel",
|
|
1151
|
+
SigwaitNocancel = "sigwait-nocancel",
|
|
1152
|
+
SemwaitSignalNocancel = "semwait-signal-nocancel",
|
|
1153
|
+
MacMount = "mac-mount",
|
|
1154
|
+
MacGetMount = "mac-get-mount",
|
|
1155
|
+
MacGetfsstat = "mac-getfsstat",
|
|
1156
|
+
Fsgetpath = "fsgetpath",
|
|
1157
|
+
AuditSessionSelf = "audit-session-self",
|
|
1158
|
+
AuditSessionJoin = "audit-session-join",
|
|
1159
|
+
FileportMakeport = "fileport-makeport",
|
|
1160
|
+
FileportMakefd = "fileport-makefd",
|
|
1161
|
+
AuditSessionPort = "audit-session-port",
|
|
1162
|
+
PidSuspend = "pid-suspend",
|
|
1163
|
+
PidResume = "pid-resume",
|
|
1164
|
+
PidHibernate = "pid-hibernate",
|
|
1165
|
+
PidShutdownSockets = "pid-shutdown-sockets",
|
|
1166
|
+
KasInfo = "kas-info",
|
|
1167
|
+
MemorystatusControl = "memorystatus-control",
|
|
1168
|
+
GuardedOpenNp = "guarded-open-np",
|
|
1169
|
+
GuardedCloseNp = "guarded-close-np",
|
|
1170
|
+
GuardedKqueueNp = "guarded-kqueue-np",
|
|
1171
|
+
ChangeFdguardNp = "change-fdguard-np",
|
|
1172
|
+
Usrctl = "usrctl",
|
|
1173
|
+
ProcRlimitControl = "proc-rlimit-control",
|
|
1174
|
+
Connectx = "connectx",
|
|
1175
|
+
Disconnectx = "disconnectx",
|
|
1176
|
+
Peeloff = "peeloff",
|
|
1177
|
+
SocketDelegate = "socket-delegate",
|
|
1178
|
+
Telemetry = "telemetry",
|
|
1179
|
+
ProcUuidPolicy = "proc-uuid-policy",
|
|
1180
|
+
MemorystatusGetLevel = "memorystatus-get-level",
|
|
1181
|
+
SystemOverride = "system-override",
|
|
1182
|
+
VfsPurge = "vfs-purge",
|
|
1183
|
+
SfiCtl = "sfi-ctl",
|
|
1184
|
+
SfiPidctl = "sfi-pidctl",
|
|
1185
|
+
Coalition = "coalition",
|
|
1186
|
+
CoalitionInfo = "coalition-info",
|
|
1187
|
+
NecpMatchPolicy = "necp-match-policy",
|
|
1188
|
+
Getattrlistbulk = "getattrlistbulk",
|
|
1189
|
+
Clonefileat = "clonefileat",
|
|
1190
|
+
Openat = "openat",
|
|
1191
|
+
OpenatNocancel = "openat-nocancel",
|
|
1192
|
+
Renameat = "renameat",
|
|
1193
|
+
Faccessat = "faccessat",
|
|
1194
|
+
Fchmodat = "fchmodat",
|
|
1195
|
+
Fchownat = "fchownat",
|
|
1196
|
+
Fstatat = "fstatat",
|
|
1197
|
+
Fstatat64 = "fstatat64",
|
|
1198
|
+
Linkat = "linkat",
|
|
1199
|
+
Unlinkat = "unlinkat",
|
|
1200
|
+
Readlinkat = "readlinkat",
|
|
1201
|
+
Symlinkat = "symlinkat",
|
|
1202
|
+
Mkdirat = "mkdirat",
|
|
1203
|
+
Getattrlistat = "getattrlistat",
|
|
1204
|
+
ProcTraceLog = "proc-trace-log",
|
|
1205
|
+
BsdthreadCtl = "bsdthread-ctl",
|
|
1206
|
+
OpenbyidNp = "openbyid-np",
|
|
1207
|
+
RecvmsgX = "recvmsg-x",
|
|
1208
|
+
SendmsgX = "sendmsg-x",
|
|
1209
|
+
ThreadSelfusage = "thread-selfusage",
|
|
1210
|
+
Csrctl = "csrctl",
|
|
1211
|
+
GuardedOpenDprotectedNp = "guarded-open-dprotected-np",
|
|
1212
|
+
GuardedWriteNp = "guarded-write-np",
|
|
1213
|
+
GuardedPwriteNp = "guarded-pwrite-np",
|
|
1214
|
+
GuardedWritevNp = "guarded-writev-np",
|
|
1215
|
+
RenameatxNp = "renameatx-np",
|
|
1216
|
+
MremapEncrypted = "mremap-encrypted",
|
|
1217
|
+
NetagentTrigger = "netagent-trigger",
|
|
1218
|
+
StackSnapshotWithConfig = "stack-snapshot-with-config",
|
|
1219
|
+
Microstackshot = "microstackshot",
|
|
1220
|
+
GrabPgoData = "grab-pgo-data",
|
|
1221
|
+
Persona = "persona",
|
|
1222
|
+
MachEventlinkSignal = "mach-eventlink-signal",
|
|
1223
|
+
MachEventlinkWaitUntil = "mach-eventlink-wait-until",
|
|
1224
|
+
MachEventlinkSignalWaitUntil = "mach-eventlink-signal-wait-until",
|
|
1225
|
+
WorkIntervalCtl = "work-interval-ctl",
|
|
1226
|
+
Getentropy = "getentropy",
|
|
1227
|
+
NecpClientAction = "necp-client-action",
|
|
1228
|
+
NexusOpen = "nexus-open",
|
|
1229
|
+
NexusRegister = "nexus-register",
|
|
1230
|
+
NexusDeregister = "nexus-deregister",
|
|
1231
|
+
NexusCreate = "nexus-create",
|
|
1232
|
+
NexusDestroy = "nexus-destroy",
|
|
1233
|
+
NexusGetOpt = "nexus-get-opt",
|
|
1234
|
+
NexusSetOpt = "nexus-set-opt",
|
|
1235
|
+
ChannelOpen = "channel-open",
|
|
1236
|
+
ChannelGetInfo = "channel-get-info",
|
|
1237
|
+
ChannelSync = "channel-sync",
|
|
1238
|
+
ChannelGetOpt = "channel-get-opt",
|
|
1239
|
+
ChannelSetOpt = "channel-set-opt",
|
|
1240
|
+
UlockWait = "ulock-wait",
|
|
1241
|
+
UlockWake = "ulock-wake",
|
|
1242
|
+
Fclonefileat = "fclonefileat",
|
|
1243
|
+
FsSnapshot = "fs-snapshot",
|
|
1244
|
+
TerminateWithPayload = "terminate-with-payload",
|
|
1245
|
+
AbortWithPayload = "abort-with-payload",
|
|
1246
|
+
NecpSessionAction = "necp-session-action",
|
|
1247
|
+
Setattrlistat = "setattrlistat",
|
|
1248
|
+
NetQosGuideline = "net-qos-guideline",
|
|
1249
|
+
Fmount = "fmount",
|
|
1250
|
+
NtpAdjtime = "ntp-adjtime",
|
|
1251
|
+
NtpGettime = "ntp-gettime",
|
|
1252
|
+
OsFaultWithPayload = "os-fault-with-payload",
|
|
1253
|
+
KqueueWorkloopCtl = "kqueue-workloop-ctl",
|
|
1254
|
+
MachBridgeRemoteTime = "mach-bridge-remote-time",
|
|
1255
|
+
CoalitionLedger = "coalition-ledger",
|
|
1256
|
+
LogData = "log-data",
|
|
1257
|
+
MemorystatusAvailableMemory = "memorystatus-available-memory",
|
|
1258
|
+
ObjcBpAssistCfgNp = "objc-bp-assist-cfg-np",
|
|
1259
|
+
SharedRegionMapAndSlide2Np = "shared-region-map-and-slide-2-np",
|
|
1260
|
+
PivotRoot = "pivot-root",
|
|
1261
|
+
TaskInspectForPid = "task-inspect-for-pid",
|
|
1262
|
+
TaskReadForPid = "task-read-for-pid",
|
|
1263
|
+
Preadv = "preadv",
|
|
1264
|
+
Pwritev = "pwritev",
|
|
1265
|
+
PreadvNocancel = "preadv-nocancel",
|
|
1266
|
+
PwritevNocancel = "pwritev-nocancel",
|
|
1267
|
+
UlockWait2 = "ulock-wait2",
|
|
1268
|
+
ProcInfoExtendedId = "proc-info-extended-id",
|
|
1269
|
+
TrackerAction = "tracker-action",
|
|
1270
|
+
DebugSyscallReject = "debug-syscall-reject",
|
|
1271
|
+
DebugSyscallRejectConfig = "debug-syscall-reject-config",
|
|
1272
|
+
Graftdmg = "graftdmg",
|
|
1273
|
+
MapWithLinkingNp = "map-with-linking-np",
|
|
1274
|
+
Freadlink = "freadlink",
|
|
1275
|
+
RecordSystemEvent = "record-system-event",
|
|
1276
|
+
Mkfifoat = "mkfifoat",
|
|
1277
|
+
Mknodat = "mknodat",
|
|
1278
|
+
Ungraftdmg = "ungraftdmg",
|
|
1279
|
+
CoalitionPolicySet = "coalition-policy-set",
|
|
1280
|
+
CoalitionPolicyGet = "coalition-policy-get"
|
|
1281
|
+
}
|
|
1282
|
+
|
|
760
1283
|
export enum FileMonitorEvent {
|
|
761
1284
|
Changed = "changed",
|
|
762
1285
|
ChangesDoneHint = "changes-done-hint",
|
package/package.json
CHANGED
package/releng/deps.toml
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
[dependencies]
|
|
2
|
-
version = "
|
|
2
|
+
version = "20260216"
|
|
3
3
|
bootstrap_version = "20250801"
|
|
4
4
|
|
|
5
5
|
[ninja]
|
|
@@ -20,7 +20,7 @@ dependencies = [
|
|
|
20
20
|
[vala]
|
|
21
21
|
scope = "toolchain"
|
|
22
22
|
name = "Vala"
|
|
23
|
-
version = "
|
|
23
|
+
version = "172348fa9123ff4a95d541c5f9e56837434c4b6e"
|
|
24
24
|
url = "https://github.com/frida/vala.git"
|
|
25
25
|
dependencies = [
|
|
26
26
|
"glib",
|
|
@@ -329,7 +329,7 @@ url = "https://github.com/frida/nghttp2.git"
|
|
|
329
329
|
[libsoup]
|
|
330
330
|
when = "machine.os != 'none'"
|
|
331
331
|
name = "libsoup"
|
|
332
|
-
version = "
|
|
332
|
+
version = "4fd67869310b9de8fe2947bc8504ccbcf1abf285"
|
|
333
333
|
url = "https://github.com/frida/libsoup.git"
|
|
334
334
|
options = [
|
|
335
335
|
"-Dgssapi=disabled",
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|