Follow @Openwall on Twitter for new release announcements and other news
[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Date: Thu, 10 Feb 2022 11:03:18 +0900
From: dskshnd@...il.com
To: john-users@...ts.openwall.com
Subject: Re: Cannot ./john --format=ZIP-opencl on AMD Radeon GPU

On 2022/02/09 10:15, Solar Designer wrote:
> Can you please try this change:
> 
> In opencl_zip_fmt_plug.c, change this line:
> 
> 		cl_uint zero = 0;
> 
> to read:
> 
> 		static const cl_uint zero = 0;
> 
> then re-run the "make -sj4".  Does this help?
> 
> You'll still want to also use that "--cost" option I had recommended.
> 
> Alexander

Thank you, Alexander! This fix worked! I appreciate you! You're a genius!

Powered by blists - more mailing lists

Confused about mailing lists and their use? Read about mailing lists on Wikipedia and check out these guidelines on proper formatting of your messages.