Documentation
¶
Index ¶
- type Service
- func (s *Service) DecryptDBFiles(dataDir string, workDir string, key string, platform string, version int) error
- func (s *Service) FindDBFiles(rootDir string, recursive bool) ([]string, error)
- func (s *Service) GetDataKey(info *wechat.Account) (string, error)
- func (s *Service) GetWeChatInstances() []*wechat.Account
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Service ¶
type Service struct {
// contains filtered or unexported fields
}
func NewService ¶
func (*Service) DecryptDBFiles ¶
func (*Service) FindDBFiles ¶
FindDBFiles finds all .db files in the specified directory
func (*Service) GetDataKey ¶
GetDataKey extracts the encryption key from a WeChat process
func (*Service) GetWeChatInstances ¶
GetWeChatInstances returns all running WeChat instances
Click to show internal directories.
Click to hide internal directories.