Documentation
¶
Index ¶
- Variables
- type Config
- type Service
- func (s *Service) DecryptDBFile(dbFile string) error
- func (s *Service) DecryptDBFiles() error
- func (s *Service) DecryptFileCallback(event fsnotify.Event) error
- func (s *Service) GetDataKey(info *wechat.Account) (string, error)
- func (s *Service) GetWeChatInstances() []*wechat.Account
- func (s *Service) StartAutoDecrypt() error
- func (s *Service) StopAutoDecrypt() error
Constants ¶
This section is empty.
Variables ¶
View Source
var ( DebounceTime = 1 * time.Second MaxWaitTime = 10 * time.Second )
Functions ¶
This section is empty.
Types ¶
type Service ¶
type Service struct {
// contains filtered or unexported fields
}
func NewService ¶
func (*Service) DecryptDBFile ¶
func (*Service) DecryptDBFiles ¶
func (*Service) DecryptFileCallback ¶
func (*Service) GetDataKey ¶
GetDataKey extracts the encryption key from a WeChat process
func (*Service) GetWeChatInstances ¶
GetWeChatInstances returns all running WeChat instances
func (*Service) StartAutoDecrypt ¶
func (*Service) StopAutoDecrypt ¶
Click to show internal directories.
Click to hide internal directories.