8 lines
342 B
TypeScript
8 lines
342 B
TypeScript
import type { FunctionTarget } from '../../src/function-target.js';
|
|
/**
|
|
* See: https://github.com/frida/frida-node/blob/master/test/data/index.ts
|
|
*/
|
|
declare function targetProgram(): string;
|
|
declare const targetAddress: (call: string) => FunctionTarget;
|
|
export { targetProgram, targetAddress, };
|
|
//# sourceMappingURL=sidecar-config.d.ts.map
|