-3

Please Help i cannot install hydra password cracker using cygwin64 in windows 8.1 What should i do Below are pics error

error

error

4

1 回答 1

0

不要发布图片链接。复制并粘贴错误的相关部分。

你不见了windres,所以你需要包含它的包。
要查找它,请使用cygcheck

假设你想为 Cygwin 编译:

$ cygcheck -p usr/bin/windres
Found 6 matches for usr/bin/windres
binutils-debuginfo-2.35.1-1 - binutils-debuginfo: Debug info for binutils
...
binutils-2.36.1-2 - binutils: GNU assembler, linker, and similar utilities

安装binutils
如果你想为 Mingw64 编译,你需要类似的包。

$ cygcheck -l mingw64-x86_64-binutils | grep windres
/usr/bin/x86_64-w64-mingw32-windres.exe

您确定安装了正确的编译器吗?binutils是任何编译器的要求。

于 2021-05-03T05:59:31.400 回答