Documentation
¶
Index ¶
- func ResignDebugserver(dspath string) error
- type Config
- type SSH
- func (s *SSH) Close() error
- func (s *SSH) CopyFromDevice(src, dst string) error
- func (s *SSH) CopyToDevice(src, dst string) error
- func (s *SSH) EnablePrivateLogData() error
- func (s *SSH) EnableSymbolication() error
- func (s *SSH) FileExists(path string) bool
- func (s *SSH) GetShshBlobs() ([]byte, error)
- func (s *SSH) RunCommand(cmd string) error
- func (s *SSH) RunCommandWithOutput(cmd string) (string, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ResignDebugserver ¶
ResignDebugserver resigns debugserver with more powerful entitlements
Types ¶
type SSH ¶
type SSH struct {
// contains filtered or unexported fields
}
SSH is an ssh object
func (*SSH) CopyFromDevice ¶
CopyFromDevice copies a file from the remote device
func (*SSH) CopyToDevice ¶
CopyToDevice copies a file to the remote device
func (*SSH) EnablePrivateLogData ¶
EnablePrivateLogData enables private data in logs CREDIT - https://github.com/EthanArbuckle/unredact-private-os_logs
func (*SSH) EnableSymbolication ¶
EnableSymbolication enables symbolication of mobile crash logs CREDIT - https://github.com/dlevi309/ios-scripts
func (*SSH) FileExists ¶
FileExists checks if a file exists on the remote device
func (*SSH) GetShshBlobs ¶
func (*SSH) RunCommand ¶
RunCommand runs a command on the remote device
Click to show internal directories.
Click to hide internal directories.