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 ¶
type AndroidParams ¶ added in v1.0.0
type AndroidParams struct {
LaunchActivity string
}
type AppParams ¶ added in v1.0.0
type AppParams struct { AppBinaryID uint AppPath string Additional string Hash string Size int Android *AndroidParams Executable *ExecutableParams }
type ExecutableParams ¶ added in v1.0.0
type ExecutableParams struct {
Executable string
}
Click to show internal directories.
Click to hide internal directories.