Compare commits
1 Commits
v0.0.7
...
feature/da
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
67eff715f6 |
@@ -53,6 +53,8 @@ var dumpmemoryCmd = &cobra.Command{
|
|||||||
log.Info().Msgf("%d. %s %d %s", i, a.FullVersion, a.PID, a.DataDir)
|
log.Info().Msgf("%d. %s %d %s", i, a.FullVersion, a.PID, a.DataDir)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
return
|
||||||
|
|
||||||
// step 2. dump memory
|
// step 2. dump memory
|
||||||
account := accounts[0]
|
account := accounts[0]
|
||||||
file := fmt.Sprintf("wechat_%s_%d_%s.bin", account.FullVersion, account.PID, session)
|
file := fmt.Sprintf("wechat_%s_%d_%s.bin", account.FullVersion, account.PID, session)
|
||||||
|
|||||||
Reference in New Issue
Block a user