Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fixed (#207) #208

Merged
merged 1 commit into from
Jan 19, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/init-agent-script.js
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ var wxOffsets = {
},
// send text
sendText: {
WX_SEND_TEXT_OFFSET: 0xCE6C80
WX_SEND_TEXT_OFFSET: 0xce6c80
},
// ocr
ocr: {
Expand Down
2 changes: 1 addition & 1 deletion src/init-agent-script.ts
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ const wxOffsets = {
},
// send text
sendText: {
WX_SEND_TEXT_OFFSET: 0xCE6C80,
WX_SEND_TEXT_OFFSET: 0xce6c80,
},
// ocr
ocr: {
Expand Down
2 changes: 2 additions & 0 deletions src/puppet-xp.ts
Original file line number Diff line number Diff line change
Expand Up @@ -765,7 +765,9 @@ class PuppetXp extends PUPPET.Puppet {
count++
}
await fsPromise.access(dataPath)

// log.info('图片解密文件路径:', dataPath, true)

const imageInfo = ImageDecrypt(dataPath, messageId)
// const imageInfo = ImageDecrypt('C:\\Users\\choogoo\\Documents\\WeChat Files\\wxid_pnza7m7kf9tq12\\FileStorage\\Image\\Thumb\\2022-05\\e83b2aea275460cd50352559e040a2f8_t.dat','cl34vez850000gkmw2macd3dw')

Expand Down
Loading