Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( AndroidAPKInfosRegex = regexp.MustCompile(`package: name='([a-zA-Z0-9._-]+)' versionCode='([a-zA-Z0-9._-]+)' versionName='([a-zA-Z0-9._/-]+)'.*`) // compileSdkVersion='(.*)' compileSdkVersionCodename='(.*)' <- TODO check if we can it also on older adb versions LaunchActivityRegex = regexp.MustCompile(`launchable-activity:\s+name='([a-zA-Z0-9._-]+)'\s+label='(.*)'\sicon='.*'`) )
Functions ¶
func NewAnalyser ¶
func NewAnalyser(appPath string) *analyser
Types ¶
Click to show internal directories.
Click to hide internal directories.