adb

package
v0.0.0-...-64249c4 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Mar 25, 2023 License: MPL-2.0 Imports: 4 Imported by: 2

Documentation

Overview

Package adb : It executes binaries on an android device using adb.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Devices

func Devices() string

Devices : List the devices connected to the computer.

func Install

func Install(localpkgpath string) string

Install : adb install /tmp/Attacks/DebuggablePackage/" + package_name + ".b.s.apk"

func ListPackages

func ListPackages(pkgnamepart string) []string

ListPackages :

func PkgPath

func PkgPath(pkgname string) string

PkgPath : Get the path of the package name on the connected device on adb. It returns the package's path on the device as a string.

func Pull

func Pull(pkgpath string, pkgdest string) string

Pull :

func Uninstall

func Uninstall(pkgname string) string

Uninstall : adb uninstall " + package_name

Types

This section is empty.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL