| 1 | import type { default as JavaTypes } from "frida-java-bridge"; |
| 2 | |
| 3 | export interface IAndroidFilesystem { |
| 4 | files: any; |
| 5 | path: string; |
| 6 | readable: boolean; |
| 7 | writable: boolean; |
| 8 | } |
| 9 | |
| 10 | export interface IExecutedCommand { |
| 11 | command: string; |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…