0xlane / wechat-dump-rs

该工具用于导出正在运行中的微信进程的 key 并自动解密所有微信数据库文件以及导出 key 后数据库文件离线解密。
574 stars 89 forks source link

运行不了 #28

Open cf48rty0 opened 3 hours ago

cf48rty0 commented 3 hours ago

thread 'main' panicked at src/main.rs:131:41: called Result::unwrap() on an Err value: Failed to get process name with PID 4: 31

Caused by: 连到系统上的设备没有发挥作用。 (0x8007001F) note: run with RUST_BACKTRACE=1 environment variable to display a backtrace

0xlane commented 2 hours ago

看报错好像是遍历系统进程的时候被中断了,再跑一次也这样吗,什么系统呀

Vxer-Lee commented 19 minutes ago

thread 'main' panicked at src/main.rs:131:41: called Result::unwrap() on an Err value: Failed to get process name with PID 4: 31

Caused by: 连到系统上的设备没有发挥作用。 (0x8007001F) note: run with RUST_BACKTRACE=1 environment variable to display a backtrace

你这个一般是被调试器,或者frida,CE占用了,你把其他的关了就行。