09-14-2021, 07:29 PM
I've just compiled hashcat cloned from git using msys2 on Win10 21H1
running hashcat -I leads to a abort. I'm admin, but using UAC so it runs without privileges.
However, if run with admin privileges hashcat -I runs fine.
I think, hashcat should print a hint, that running -I without admin privileges sometimes failed.
BTW: binary downloaded from website i.e. not compiled by my own has the same issue
regards
running hashcat -I leads to a abort. I'm admin, but using UAC so it runs without privileges.
Code:
Ausnahmefehler bei 0x00007FFAE2924ED9 (KernelBase.dll) in hashcat.exe: 0xC06D007E: Module not found (Parameter: 0x000000B0C05FEB70)
However, if run with admin privileges hashcat -I runs fine.
Code:
C:\msys64\home\admin\hashcat>hashcat -I
hashcat (v6.2.4-64-g660e45168) starting in backend information mode
OpenCL Info:
============
OpenCL Platform ID #1
Vendor..: Intel(R) Corporation
Name....: Intel(R) OpenCL HD Graphics
Version.: OpenCL 2.1
Backend Device ID #1
Type...........: GPU
Vendor.ID......: 8
Vendor.........: Intel(R) Corporation
Name...........: Intel(R) HD Graphics 520
Version........: OpenCL 2.1 NEO
Processor(s)...: 24
Clock..........: 1000
Memory.Total...: 6313 MB (limited to 1578 MB allocatable in one block)
Memory.Free....: 3104 MB
OpenCL.Version.: OpenCL C 2.0
Driver.Version.: 27.20.100.8854
OpenCL Platform ID #2
Vendor..: Intel(R) Corporation
Name....: Intel(R) OpenCL
Version.: OpenCL 2.1 WINDOWS
Backend Device ID #2
Type...........: CPU
Vendor.ID......: 8
Vendor.........: Intel(R) Corporation
Name...........: Intel(R) Core(TM) i5-6300U CPU @ 2.40GHz
Version........: OpenCL 2.1 (Build 0)
Processor(s)...: 4
Clock..........: 2400
Memory.Total...: 15783 MB (limited to 1972 MB allocatable in one block)
Memory.Free....: 7859 MB
OpenCL.Version.: OpenCL C 2.0
Driver.Version.: 2021.12.6.0.19_160000
I think, hashcat should print a hint, that running -I without admin privileges sometimes failed.
BTW: binary downloaded from website i.e. not compiled by my own has the same issue
regards