You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As the documentation says you should build the implant with pyinstaller on the target OS.
Sadly this doesn't work, because the installation of the requirements failing for readline:
Collecting readline
Downloading readline-6.2.4.1.tar.gz (2.3 MB)
---------------------------------------- 2.3/2.3 MB 10.5 MB/s eta 0:00:00
Installing build dependencies ... done
Getting requirements to build wheel ... error
error: subprocess-exited-with-error
× Getting requirements to build wheel did not run successfully.
│ exit code: 1
╰─> [1 lines of output]
error: this module is not meant to work on Windows
[end of output]
note: This error originates from a subprocess, and is likely not a problem with pip.
error: subprocess-exited-with-error
× Getting requirements to build wheel did not run successfully.
│ exit code: 1
╰─> See above for output.
note: This error originates from a subprocess, and is likely not a problem with pip.
Is there a way to solve this, I'm not thinking about in this moment?
Pyinstaller itself is no cross-compiler, so I don't think it will work this way.
kind regards
The text was updated successfully, but these errors were encountered:
Hmmm I'll take a look into this. Truthfully this was developed entirely on Mac and deployed solely to Linux. I'm not certain the implant itself will be fully functional on Windows, but I'll test it out.
As the documentation says you should build the implant with pyinstaller on the target OS.
Sadly this doesn't work, because the installation of the requirements failing for
readline
:Is there a way to solve this, I'm not thinking about in this moment?
Pyinstaller itself is no cross-compiler, so I don't think it will work this way.
kind regards
The text was updated successfully, but these errors were encountered: