MCPcopy Index your code
hub / github.com/sensepost/objection / IAndroidFilesystem

Interface IAndroidFilesystem

agent/src/android/lib/interfaces.ts:3–8  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1import type { default as JavaTypes } from "frida-java-bridge";
2
3export interface IAndroidFilesystem {
4 files: any;
5 path: string;
6 readable: boolean;
7 writable: boolean;
8}
9
10export interface IExecutedCommand {
11 command: string;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…