Documentation
¶
Index ¶
Constants ¶
View Source
const Sleep = 4 * time.Second
Variables ¶
View Source
var DefaultConfig = Config{ DeviceFeature: []string{ "android.hardware.camera.level.full", "com.google.android.feature.GOOGLE_EXPERIENCE", "android.software.device_admin", "android.hardware.touchscreen", "android.hardware.wifi", "android.hardware.camera", "android.hardware.location", "android.hardware.screen.portrait", "android.hardware.location.gps", "android.hardware.sensor.accelerometer", "android.hardware.touchscreen.multitouch", "android.hardware.touchscreen.multitouch.distinct", "android.hardware.vulkan.level", "android.hardware.vulkan.version", "android.hardware.screen.landscape", "android.hardware.microphone", "android.hardware.bluetooth", "android.hardware.bluetooth_le", "android.hardware.camera.autofocus", "android.hardware.usb.host", "android.hardware.telephony", "android.hardware.location.network", }, GLESversion: 0x0003_0001, GLextension: []string{ "GL_OES_compressed_ETC1_RGB8_texture", }, NativePlatform: []string{ "x86", "armeabi-v7a", "arm64-v8a", }, SystemSharedLibrary: []string{ "global-miui11-empty.jar", }, TouchScreen: 3, }
View Source
var LogLevel format.LogLevel
Functions ¶
This section is empty.
Types ¶
type Config ¶ added in v1.2.1
type Config struct {
DeviceFeature []string
GLESversion uint64
GLextension []string
HasFiveWayNavigation uint64
// this can be 0, but it must be included:
HasHardKeyboard uint64
// this can be 0, but it must be included:
Keyboard uint64
NativePlatform []string
Navigation uint64
// this can be 0, but it must be included:
ScreenDensity uint64
// this can be 0, but it must be included:
ScreenLayout uint64
// this can be 0, but it must be included:
TouchScreen uint64
}
type Delivery ¶ added in v1.1.9
type Delivery struct {
DownloadURL string
SplitDeliveryData []SplitDeliveryData
}
type Details ¶ added in v1.0.1
type Device ¶ added in v1.0.6
type Device struct {
AndroidID uint64
}
func OpenDevice ¶ added in v1.5.6
type SplitDeliveryData ¶ added in v1.3.0
Directories
¶
| Path | Synopsis |
|---|---|
|
cmd
|
|
|
badging
command
|
|
|
frida-script
command
|
|
|
googleplay
command
|
|
|
mitmproxy-cert
command
|
|
Click to show internal directories.
Click to hide internal directories.