Problems with the program after compilation - 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: Problems with the program after compilation (/thread-9525.html) |
Problems with the program after compilation - zvonko - 09-22-2020 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? RE: Problems with the program after compilation - philsmd - 09-23-2020 try with -D 1 and https://hashcat.net/faq/wrongdriver RE: Problems with the program after compilation - zvonko - 09-24-2020 (09-23-2020, 10:38 PM)philsmd Wrote: try with -D 1 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 |