-
Notifications
You must be signed in to change notification settings - Fork 124
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
Failing to build for Windows targets due to libcurl redefinition #208
Comments
It's building fine for me on Ubuntu 20.04, but the resulting binary doesn't seem to establish a session:
|
@timwr: Long time buddy, thanks for picking this up. For your connection issue, can you instrument the MSF-side TLV handler to log-out? I'm curious what its getting from the Windows side to cause that. I saw stuff like that most recently with TLVCrypt testing for OJ, but would need to see what the Ruby side thinks of the TLVs (or bitgarbage) its getting from the final stage loaded |
Yeah, the MinGW stuff was never really more than a PoC and it's not surprising we can't handle GCC 10. I think session type would need to be a Linux stageless meterp to get anything going. Windows native meterp behaves very differently from mingw mettle. |
If you need to get it building and don't care about MinGW (Metasploit doesn't use those payloads anywhere), you can remove those triples from the |
Seeing this for i686 and x64:
Host system is Arch Linux, though that probably shouldn't have much bearing on this.
Ping @acammack-r7 and @OJ - any thoughts on what i broke this time? :)
The text was updated successfully, but these errors were encountered: