2726 Illegal instruction
#1
I'm using the example0 that comes with the binaries except I'm using --force as it doesn't find a GPU.

./hashcat64.bin --force -t 32 -a 7 example0.hash ?a?a?a?a example.dict

or
./hashcat64.bin --force -t 32 -a 6 example0.hash example.dict ?a?a?a?a

Where am I going wrong?

I thought hascat could use the CPU as well as GPU?

As you may gather I am a newbie but can't find any reference to this error 2726
Reply
#2
which GPU ?

Tried to install the driver ?

https://hashcat.net/wiki/doku.php?id=fre...hould_i_do

btw: do not use some weird distro (The-Distribution-Which-Does-Not-Handle-OpenCL-Well (Kali)) and do not use pocl/mesa , it doesn't make your life easier
Reply
#3
(07-26-2019, 05:00 PM)philsmd Wrote: which GPU ?

Tried to install the driver ?

https://hashcat.net/wiki/doku.php?id=fre...hould_i_do

btw: do not use some weird distro (The-Distribution-Which-Does-Not-Handle-OpenCL-Well (The-Distribution-Which-Does-Not-Handle-OpenCL-Well (Kali))) and do not use pocl/mesa , it doesn't make your life easier

Many thanks, I installed as per:
 apt-get install ocl-icd-libopencl1 opencl-headers clinfo

This is a laptop and doing some experimentation. It has Intel Graphics. Yes I am using an up to date K a l i .

I now get a different error, "2835 Illegal instruction"
Reply
#4
again, you need to install the proprietary driver and make sure that the open source drivers like mesa/pocl are NOT installed.
Reply