Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( ErrWeChatOffline = errors.New("wechat is not logged in") ErrOpenProcess = errors.New("failed to open process") ErrCheckProcessBits = errors.New("failed to check process architecture") ErrFindWeChatDLL = errors.New("WeChatWin.dll module not found") ErrNoValidKey = errors.New("no valid key found") )
Common error definitions
Functions ¶
This section is empty.
Types ¶
type V3Extractor ¶
type V3Extractor struct {
// contains filtered or unexported fields
}
func NewV3Extractor ¶
func NewV3Extractor() *V3Extractor
func (*V3Extractor) SetValidate ¶
func (e *V3Extractor) SetValidate(validator *decrypt.Validator)
type V4Extractor ¶
type V4Extractor struct {
// contains filtered or unexported fields
}
func NewV4Extractor ¶
func NewV4Extractor() *V4Extractor
func (*V4Extractor) SetValidate ¶
func (e *V4Extractor) SetValidate(validator *decrypt.Validator)
Click to show internal directories.
Click to hide internal directories.