-
-
Notifications
You must be signed in to change notification settings - Fork 1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Demon Agent unable to compile #105
Comments
Getting the same error. It also prevents you from attempting to generate a new one and requires a restart of the team server, at least for me. |
Download http://musl.cc/x86_64-w64-mingw32-cross.tgz and extract it. Then replace the Compiler64 and Compiler86 in the profile/havoc.yaotl to the path for musl compiler (for each arch). |
i just tested with the musl compiler from @Cracked5pider and can confirm this fixed the issue. Thanks! |
I might add it as default compiler to use in future release |
Did you have to do the make/make install before using? |
I did not, just changed the compiler paths in the havoc.yaotl profile. |
What permission did you assign the folder Compile output: sh: 1: /usr/bin/x86_64-w64-mingw32-cross: Permission denied |
Use the full path in the .yaotl profile. /user/bin/x86_64-w64-mingw32-cross/bin/x86_64-w64-mingw32-gcc |
Fixed. Thank you very much ! |
Using Debian 11 with all prerequisites installed, trying to compile the default Payload config of
The text was updated successfully, but these errors were encountered: