fetchsymbols

package
v0.0.2 Latest Latest
Warning

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

Go to latest
Published: May 22, 2020 License: Apache-2.0 Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	ListFilesPlistRequest uint32 = 0x30303030
	GetFileRequest        uint32 = 0x00000001
)

Functions

This section is empty.

Types

type Client

type Client struct {
	// contains filtered or unexported fields
}

func NewClient

func NewClient(udid string) *Client

func (*Client) GetFile

func (c *Client) GetFile(idx uint32) (io.Reader, error)

func (*Client) List

func (c *Client) List() ([]string, error)

type ListFilesResponse

type ListFilesResponse struct {
	Files   []string `plist:"files"`
	Version int      `plist:"version"`
}

Jump to

Keyboard shortcuts

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