Problems with the program after compilation
#1
I have compiled the program using the instructions in the BUILD_MSYS2 file.

But after compilation, the program does not work correctly with the --encoding-to flag.

For example:

hashcat.exe -m 500 example500.hash example.dict --encoding-to=utf16le


What's wrong?


Attached Files
.png   Безымянный.png (Size: 26.5 KB / Downloads: 7)
Reply
#2
try with -D 1

and https://hashcat.net/faq/wrongdriver
Reply
#3
(09-23-2020, 10:38 PM)philsmd Wrote: try with -D 1

and https://hashcat.net/faq/wrongdriver


when I use the program from hashcat-6.1.1.7z (from site) , it starts correctly with and without a flag --encoding-to , and if I compile the sources myself, then the program does not work with the flag (

Program return code : STATUS_ERROR (-1)

I'm tired run with -D 1 ...It didn't help
Reply