frida 17.12.0 → 17.14.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_binding.d.ts +2 -0
- package/package.json +1 -1
- 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
|
@@ -297,7 +297,9 @@ export type ScriptMessageHandler = (message: Message, data: Buffer | null) => vo
|
|
|
297
297
|
export class _Script extends BaseObject {
|
|
298
298
|
protected _isDestroyed(): boolean;
|
|
299
299
|
load(cancellable?: Cancellable | null): Promise<void>;
|
|
300
|
+
interrupt(cancellable?: Cancellable | null): Promise<void>;
|
|
300
301
|
unload(cancellable?: Cancellable | null): Promise<void>;
|
|
302
|
+
terminate(cancellable?: Cancellable | null): Promise<void>;
|
|
301
303
|
eternalize(cancellable?: Cancellable | null): Promise<void>;
|
|
302
304
|
protected _post(json: string, data?: Buffer | null): void;
|
|
303
305
|
protected _enableDebugger(port: number, cancellable?: Cancellable | null): Promise<void>;
|
package/package.json
CHANGED
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|