在CentOS上安装Hashcat

时间:2020-07-22 15:02:48

标签: hashcat

我已经下载了“用于Intel Core和Intel Xeon处理器的OpenCL运行时”并运行sudo ./install.sh。 当我执行命令hashcat -b -m 0时,出现以下错误clCreateContext(): CL_DEVICE_NOT_AVAILABLE。通过谷歌搜索,我相信这个错误与OpenCL Runtime有关,关于如何解决这个问题有什么想法吗?

clinfo的输出

NULL platform behavior clGetPlatformInfo(NULL, CL_PLATFORM_NAME, ...) No platform clGetDeviceIDs(NULL, CL_DEVICE_TYPE_ALL, ...) No platform clCreateContext(NULL, ...) [default] No platform clCreateContext(NULL, ...) [other] <checkNullCtx:2308: create context with device from non-default platform : error -2> clCreateContextFromType(NULL, CL_DEVICE_TYPE_CPU) No platform clCreateContextFromType(NULL, CL_DEVICE_TYPE_GPU) No platform clCreateContextFromType(NULL, CL_DEVICE_TYPE_ACCELERATOR) No platform clCreateContextFromType(NULL, CL_DEVICE_TYPE_CUSTOM) No platform clCreateContextFromType(NULL, CL_DEVICE_TYPE_ALL) No platform

0 个答案:

没有答案