hashcat Forum
I want to call init, loop, and comp only once each - Printable Version

+- hashcat Forum (https://hashcat.net/forum)
+-- Forum: Support (https://hashcat.net/forum/forum-3.html)
+--- Forum: hashcat (https://hashcat.net/forum/forum-45.html)
+--- Thread: I want to call init, loop, and comp only once each (/thread-11992.html)



I want to call init, loop, and comp only once each - ysw - 05-20-2024

I'm looking at Hashcat's source code right now
I am looking at the m08900-pure.cl file
Doesn’t Hashcat only run init, loop, and comp once??
I understand that backend.c calls the cl kernel...
I want to call init, loop, and comp only once each. Can anyone tell me how to do this?


RE: I want to call init, loop, and comp only once each - buka - 05-22-2024

What's your real problem?


RE: I want to call init, loop, and comp only once each - Kingaley - 05-30-2024

(05-20-2024, 10:50 AM)ysw Wrote: I'm looking at Hashcat's source code right now
I am looking at the m08900-pure.cl file
Doesn’t Hashcat only run init, loop, and comp once??
I understand that backend.c calls the cl kernel...
I want to call init, loop, and comp only once each. Can anyone tell me how to do this?
I think this problem is quite difficult


RE: I want to call init, loop, and comp only once each - Kingaley - 08-16-2024

(05-20-2024, 10:50 AM) geometry dash breeze Wrote: I'm looking at Hashcat's source code right now
I am looking at the m08900-pure.cl file
Doesn’t Hashcat only run init, loop, and comp once??
I understand that backend.c calls the cl kernel...
I want to call init, loop, and comp only once each. Can anyone tell me how to do this?

Has anyone solved this yet?