-
Notifications
You must be signed in to change notification settings - Fork 175
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
运行不了 #28
Labels
bug
Something isn't working
Comments
看报错好像是遍历系统进程的时候被中断了,再跑一次也这样吗,什么系统呀 |
你这个一般是被调试器,或者frida,CE占用了,你把其他的关了就行。 |
我大概知道了,通过管理员运行的时候会出现这个问题,原因在于解析进程列表时被保护的系统进程实际获取不到进程名,低权限运行时受保护进程被过滤了所以没问题,1.0.17版本修复 |
# for free
to join this conversation on GitHub.
Already have an account?
# to comment
thread 'main' panicked at src/main.rs:131:41:
called
Result::unwrap()
on anErr
value: Failed to get process name with PID 4: 31Caused by:
连到系统上的设备没有发挥作用。 (0x8007001F)
note: run with
RUST_BACKTRACE=1
environment variable to display a backtraceThe text was updated successfully, but these errors were encountered: