assembly code related error
#10
Tongue 
(08-08-2023, 04:47 AM)slyexe Wrote: This whole thread has me confused, you're running windows 11 but using cygwin for what purpose? Hashcat has precompiled binaries for windows/linux already, if your'e wanting to make a custom binary with your own source then why not just use a linux flavour? but for each their own.

Literally, you should just need to install CUDA Toolkit and use -d (device) parameter to isolate strictly using your RTX 4090. The AMD Integrated GPU will have nearly any improvement in hashrate per watt per $ to warrant using.

hashcat.exe -a x -m xx -d 3 hash ?l?d?u123etc or wordlist

I've just been using cygwin to make it easier to build a binary from the sources. I'm not much of a windows user and I'm just in the habit of doing building things myself. I honestly didn't think to use the precompile binary. I have been trying to build on linux but like I mentioned not much luck getting a driver that doesn't freeze the os.

I tried the precompiled binary and that does seem to work. I do see the `hiprtcCompileProgram is missing from HIPRTC shared library` warning and I see the assembly source errors when I pick a device other than the gpu but isolating the gpu seems to run!

I would still like to build things on my own at some point but now that I have something that is actually running I'm happy for a bit. Thanks.
Reply


Messages In This Thread
assembly code related error - by fluxxion - 08-06-2023, 11:17 PM
RE: assembly code related error - by fluxxion - 08-07-2023, 01:03 AM
RE: assembly code related error - by b8vr - 08-07-2023, 07:53 AM
RE: assembly code related error - by fluxxion - 08-07-2023, 06:06 PM
RE: assembly code related error - by fluxxion - 08-07-2023, 06:29 PM
RE: assembly code related error - by b8vr - 08-07-2023, 07:38 PM
RE: assembly code related error - by fluxxion - 08-08-2023, 12:41 AM
RE: assembly code related error - by fluxxion - 08-08-2023, 03:09 AM
RE: assembly code related error - by slyexe - 08-08-2023, 04:47 AM
RE: assembly code related error - by fluxxion - 08-08-2023, 06:30 AM