Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Crack ¶
type Crack struct {
XMLName xml.Name `xml:"rarcrack"`
ABC string `xml:"abc"` // 字母
Current string `xml:"current"` // 当前
GoodPassword string `xml:"good_password"` // 密码
Num int `xml:"-"` // 一秒生成密码次数
Ctx context.Context `xml:"-"`
Cancel context.CancelFunc `xml:"-"`
// contains filtered or unexported fields
}
Crack 文件破解
Click to show internal directories.
Click to hide internal directories.