hashcat Forum

Full Version: Problems with the program after compilation
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
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?
(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