windows (命令如下)
adb shell ps | findstr zygote
root 621 1 4416152 61152 0 0 S zygote64
root 622 1 1725732 57676 0 0 S zygote
webview_zygote 1947 622 1757268 17788 0 0 S webview_zygote
Mac 终端(命令如下)
$ adb shell ps |grep zygote
再通过App的PPID信息——621,检测出了终端系统中所有的64位应用