MCPcopy Index your code

hub / github.com/niklashigi/apk-mitm / functions

Functions56 in github.com/niklashigi/apk-mitm

↓ 7 callersFunctionobserveAsync
( fn: (next: (value: T) => void) => Promise<void>, )
src/utils/observe-async.ts:10
↓ 4 callersMethodrun
(args: string[], logName: string)
src/tools/apktool.ts:47
↓ 2 callersFunctionbuildGlob
(...components: string[])
src/utils/build-glob.ts:4
↓ 2 callersFunctioncreateToolDownloadTask
(tool: Tool)
src/utils/download-tool.ts:12
↓ 2 callersMethodencode
(inputPath: string, outputPath: string, useAapt2: boolean)
src/tools/apktool.ts:32
↓ 2 callersFunctionexecuteJar
(path: string, args: string[])
src/utils/execute-jar.ts:3
↓ 2 callersFunctionformatBytes
(bytes: number)
src/utils/download-file.ts:48
↓ 2 callersFunctiongetCachedPath
(name: string)
src/utils/download-tool.ts:52
↓ 2 callersFunctionobserveProcess
( process: ExecaChildProcess, logName: string, )
src/utils/observe-process.ts:7
↓ 2 callersFunctionpatchAppBundle
(options: TaskOptions, { isXapk }: { isXapk: boolean })
src/patch-app-bundle.ts:22
↓ 2 callersFunctionreportProgress
()
src/utils/download-file.ts:24
↓ 2 callersFunctionshowHelp
()
src/cli.ts:233
↓ 2 callersMethodsign
(inputPaths: string[], { zipalign = false } = {})
src/tools/uber-apk-signer.ts:6
↓ 1 callersFunctionapplyPatches
( decodeDir: string, { debuggable = false, certificatePath, mapsApiKey, }: { debuggable?
src/tasks/apply-patches.ts:9
↓ 1 callersFunctioncheckPrerequisites
(options: TaskOptions)
src/tasks/check-prerequisites.ts:12
↓ 1 callersFunctioncopyCertificateFile
( decodeDir: string, sourcePath: string, )
src/tasks/copy-certificate-file.ts:9
↓ 1 callersFunctioncreateMethodPattern
* Creates a full RegExp pattern for finding a method based on its signature.
src/tasks/smali/process-file.ts:85
↓ 1 callersFunctioncreateNetworkSecurityConfig
( path: string, { certificatePath }: { certificatePath?: string } = {}, )
src/tasks/create-netsec-config.ts:40
↓ 1 callersMethoddecode
(inputPath: string, outputPath: string)
src/tools/apktool.ts:18
↓ 1 callersFunctiondetermineTask
* Determines the correct "task" (e.g. "patch APK" or "patch XAPK") depending on * the input path's type (file or directory) and extension (e.g. ".apk
src/cli.ts:157
↓ 1 callersFunctiondisableCertificatePinning
( directoryPath: string, task: ListrTaskWrapper, )
src/tasks/disable-certificate-pinning.ts:8
↓ 1 callersFunctiondownloadCachedFile
( task: ListrTaskWrapper, url: string, fileName: string, )
src/utils/download-tool.ts:24
↓ 1 callersFunctiondownloadFile
(url: string, path: string)
src/utils/download-file.ts:6
↓ 1 callersFunctiondownloadTools
({ apktool, uberApkSigner }: TaskOptions)
src/tasks/download-tools.ts:6
↓ 1 callersFunctionensureZipUlitiesAvailable
* Ensure that `zip` and `unzip` are installed on Linux or macOS. Both are used * (through the `cross-zip` package) when patching App Bundles.
src/tasks/check-prerequisites.ts:48
↓ 1 callersFunctionformatCommandError
(error: string, { tmpDir }: { tmpDir: string })
src/cli.ts:216
↓ 1 callersFunctiongenerateCertificateBlock
(path: string)
src/tasks/create-netsec-config.ts:29
↓ 1 callersFunctiongenerateConfig
({ certificatePath, }: { certificatePath: string | undefined })
src/tasks/create-netsec-config.ts:5
↓ 1 callersFunctiongetErrorMessage
(error: PatchingError, { tmpDir }: { tmpDir: string })
src/cli.ts:206
↓ 1 callersFunctiongetJavaVersion
()
src/utils/get-java-version.ts:5
↓ 1 callersFunctiongetXapkBaseName
(manifest: any)
src/patch-app-bundle.ts:83
↓ 1 callersFunctionmain
()
src/cli.ts:41
↓ 1 callersFunctionmodifyManifest
( path: string, debuggable = false, mapsApiKey = '', )
src/tasks/modify-manifest.ts:4
↓ 1 callersFunctionparseSmaliHead
(contents: string)
src/tasks/smali/parse-head.ts:23
↓ 1 callersFunctionpatchApk
(options: TaskOptions)
src/patch-apk.ts:12
↓ 1 callersFunctionprocessSmaliFile
( filePath: string, log: (message: string) => void, )
src/tasks/smali/process-file.ts:14
↓ 1 callersFunctionselectorMatchesClass
* Checks whether the given patch can be applied to the given * class based on its name and the interfaces it implements.
src/tasks/smali/process-file.ts:97
↓ 1 callersFunctionshowAppBundleWarning
()
src/patch-apk.ts:96
↓ 1 callersFunctionshowArmWarning
()
src/cli.ts:291
↓ 1 callersFunctionshowSupportedCertificateExtensions
* Error that is shown when the file provided through the `--certificate` flag * has an unsupported extension. Exits with status 1 after showing the m
src/cli.ts:267
↓ 1 callersFunctionshowSupportedExtensions
* Error that is shown when the file provided through the positional argument * has an unsupported extension. Exits with status 1 after showing the me
src/cli.ts:253
↓ 1 callersFunctionshowVersions
({ apktool, uberApkSigner, }: { apktool: Tool uberApkSigner: Tool })
src/cli.ts:277
Methodconstructor
(private options: ApktoolOptions)
src/tools/apktool.ts:14
Methodconstructor
(message: string)
src/utils/user-error.ts:6
Methodconstructor
(private tasks: ReadonlyArray<Listr.ListrTaskObject<any>>)
src/utils/observe-listr.ts:31
Methodconstructor
(tool: string, minVersion: number, currentVersion: number)
src/tasks/check-prerequisites.ts:61
Methodend
(error: Error)
src/utils/observe-listr.ts:58
FunctionjarPath
()
src/tools/tool.ts:7
MethodnonTTY
()
src/utils/observe-listr.ts:35
FunctionobserveListr
(listr: Listr)
src/utils/observe-listr.ts:14
FunctionpatchApksBundle
(options: TaskOptions)
src/patch-app-bundle.ts:18
FunctionpatchXapkBundle
(options: TaskOptions)
src/patch-app-bundle.ts:14
Methodpath
()
src/tools/apktool.ts:53
Methodrender
()
src/utils/observe-listr.ts:39
Methodversion
()
src/tools/apktool.ts:58
Methodversion
()
src/tools/uber-apk-signer.ts:24