ApkHelper

ApkHelper

This class provide several methods related to APK file analysis and extracting

Constructor

new ApkHelper()

Source:
Author:
  • Georges-B. MICHEL

Methods

(async, static) extract(pApkPath, pDestination, pOption)

Source:

To extract APK file content using APKtool

Parameter pOptions accepts several APKtoopl options:

  • raw_command : set with raw apktool arguments
  • no_res : not extract ressource (-r)
  • match : match original (-m)
Parameters:
Name Type Description
pApkPath *
pDestination *
pOption *

(static) getApktoolArg(pOption, pValue) → {String}

Source:
Parameters:
Name Type Description
pOption *
pValue *
Returns:

args value

Type
String

(static) getApktoolCommand() → {String}

Source:

To get begin of the command to start Apktool

Returns:
Type
String