enhancement request: UAC abort catching - 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: enhancement request: UAC abort catching (/thread-10334.html) |
enhancement request: UAC abort catching - hitd - 09-14-2021 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. 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 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 |