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

# Error: Unable to access process with pid 1452 from the current user account #49

Open
Aralhi opened this issue Apr 30, 2024 · 18 comments
Assignees
Labels
bug Something isn't working

Comments

@Aralhi
Copy link

Aralhi commented Apr 30, 2024

问题描述

Error: Unable to access process with pid 1452 from the current user account

环境信息

  • 操作系统及版本:macOS Sonoma 14.4.1
  • 编程语言和版本:python 3.10
  • 相关库或框架及版本:无
  • GitHub 仓库名称和问题相关的代码分支:无

复现步骤

  1. 步骤一:下载release包
    https://github.com/JaveleyQAQ/WeChatOpenDevTools-Python/releases/download/0.3.1/WeChatOpenDevTools-macos-x64.zip
  2. 步骤二:ps aux | grep 'WeChatAppEx' | grep -v 'grep' | grep "wmpf-mojo-handle"

katakuri 1452 0.0 0.4 445175952 61680 ?? S 19 424 5:42.04 /Applications/WeChat.app/Contents/MacOS/WeChatAppEx.app/Contents/MacOS/WeChatAppEx --log-level=2 --lang=zh-CN --wechat-files-path=/Users/katakuri/Library/Containers/com.tencent.xinWeChat/Data/.wxapplet --no-codecache --product-id=1000 --wechat-sub-user-agent=MicroMessenger/6.8.0(0x16080000) MacWechat/3.8.7(0x13080712) --appshim-flags=7 --client_version=319293202 --bundle-id=5A4RE8SF68.com.tencent.xinWeChat --wmpf-mojo-handle=3786453881
3. 步骤三:解压执行

/Users/katakuri/Downloads/WeChatOpenDevTools-macos-x64 ; exit;
(base) katakuri@192 ~ % /Users/katakuri/Downloads/WeChatOpenDevTools-macos-x64 ; exit;


\ \ / /\ / / | _ \ _____ | | ___ ___ | |___
\ \ /\ / / \ / | | | |/ _ \ \ / / / _ \ / _ | / |
\ V V / / \ | || | __/\ V /| | | () | () | _
_/_/ //_\ |___/ _| _/ ___
/ _/||/

公众号: 一位不愿透露姓名的热心网友
Github:https://github.com/JaveleyQAQ 

[+] WeChatAppEx 进程PID: 1452
Error: Unable to access process with pid 1452 from the current user account

Saving session...
...copying shared history...
...saving history...truncating history files...
...completed.

预期结果

  • 期望正常运行

实际结果

Error: Unable to access process with pid 1452 from the current user account

其他信息

附加文件

@Aralhi Aralhi added the bug Something isn't working label Apr 30, 2024
@JaveleyQAQ
Copy link
Owner

Error: Unable to access process with pid 1452 from the current user account. 尝试一下sudo执行或者修改chmod权限,我不知道是不是sip on 导致的

@Aralhi
Copy link
Author

Aralhi commented May 1, 2024

截屏2024-05-01 10 08 44

感谢兄弟,不过试了下还是不行。或者你知道怎么抓包视频号直播的方法不。感谢。

@Aralhi
Copy link
Author

Aralhi commented May 1, 2024

这个是不是wechat,不是微信呀,这是两个东西,我在windows上试了下也是报找不到对应的程序
微信图片_20240501123024

@tanranv5
Copy link

tanranv5 commented May 2, 2024

关闭sip就能可以用了

@egggg
Copy link

egggg commented May 7, 2024

关闭sip还是用不了
[+] WeChatAppEx 进程PID: 14215
Error: Unable to bind, “fstat$INODE64” not found in “/usr/lib/libSystem.B.dylib

@Sommunii
Copy link

Sommunii commented May 7, 2024

出现了以下问题
image

@JaveleyQAQ
Copy link
Owner

JaveleyQAQ commented May 8, 2024

是什么架构的? @Sommunii @egggg

@178me
Copy link

178me commented May 8, 2024

截屏2024-05-01 10 08 44 感谢兄弟,不过试了下还是不行。或者你知道怎么抓包视频号直播的方法不。感谢。

视频号直播你可以和我交流交流,我也在研究这个

@egggg
Copy link

egggg commented May 9, 2024

是什么架构的? @Sommunii @egggg

m3芯片,arm架构

@JaveleyQAQ
Copy link
Owner

是什么架构的? @Sommunii @egggg

m3芯片,arm架构

不支持arm

@Harvey-2021
Copy link

Harvey-2021 commented May 15, 2024

关闭sip还是用不了 [+] WeChatAppEx 进程PID: 14215 Error: Unable to bind, “fstat$INODE64” not found in “/usr/lib/libSystem.B.dylib

同样的错,能修一下不?
M3芯片, arm64

@ixqbar
Copy link

ixqbar commented Jun 2, 2024

[+] WeChatAppEx 进程PID: 1177
[+] WeChatAppEx 注入成功!
[+] 当前小程序版本: MacWechat/3.8.7
[+] 等待小程序加载...
Error: can't decode byte 0x89 in position 2
at (frida/runtime/core.js:145)
at readStdString (/script1.js:24)
at onEnter (/script1.js:106)
Error: can't decode byte 0x89 in position 2
at (frida/runtime/core.js:145)
at readStdString (/script1.js:24)
at onEnter (/script1.js:106)

@alith001
Copy link

是不是真的不支持arm芯片 哦

@46ef882ff3a47d
Copy link

image 我也出现同样的错误, arm架构, 好可惜

@machifei
Copy link


\ \ / /\ / / | _ \ _____ | | ___ ___ | |___
\ \ /\ / / \ / | | | |/ _ \ \ / / / _ \ / _ | / |
\ V V / / \ | || | __/\ V /| | | () | () | _
_/_/ //_\ |___/ _| _/ ___
/ _/||/

公众号: 一位不愿透露姓名的热心网友
Github:https://github.com/JaveleyQAQ 

[+] WeChatAppEx 进程PID: 31850
Error: Unable to bind, “fstat$INODE64” not found in “/usr/lib/libSystem.B.dylib”

Saving session...
...copying shared history...
...saving history...truncating history files...
...completed.

[进程已完成]

是不支持M芯片吗?

@goofyww
Copy link

goofyww commented Sep 4, 2024

(goofenv_39) gf@192  ~/PycharmProjects/WeChatOpenDevTools-Python   main ±  python3 main.py -x


\ \ / /\ / / | _ \ _____ | |_ ___ | |___
\ \ /\ / / \ / | | | |/ _ \ \ / / | |/ _ \ / _ | / |
\ V V / / \ | || | __/\ V / | | () | () | _
_/_/ //_\ |___/ _
| _/ ||_/ _/||___/

    公众号: 一位不愿透露姓名的热心网友
    Github:https://github.com/JaveleyQAQ

Error injecting into WeChat PID 974: unable to bind, “fstat$INODE64” not found in “/usr/lib/libSystem.B.dylib”
Injected into WeChat instance PID: 974, Version: 13080813

我也是M3芯片,ARM架构,关闭SIP之后也不行

@gk186
Copy link

gk186 commented Nov 6, 2024

m1 芯片也不行哦 我也是M1芯片,ARM架构,关闭SIP之后也不行 呼叫大佬

@gk186
Copy link

gk186 commented Nov 6, 2024

(goofenv_39) gf@192  ~/PycharmProjects/WeChatOpenDevTools-Python   main ±  python3 main.py -x

\ \ / /\ / / | _ \ _____ | |_ ___ | |___ \ \ /\ / / \ / | | | |/ _ \ \ / / | |/ _ \ / _ | / | \ V V / / \ | || | __/\ V / | | () | () | __ // //\ |___/ _| / ||/ _/||___/

    公众号: 一位不愿透露姓名的热心网友
    Github:https://github.com/JaveleyQAQ

Error injecting into WeChat PID 974: unable to bind, “fstat$INODE64” not found in “/usr/lib/libSystem.B.dylib” Injected into WeChat instance PID: 974, Version: 13080813

我也是M3芯片,ARM架构,关闭SIP之后也不行
我的也是

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests