Error when I try to create on the Windows platform
gustavocristovam opened this issue · 2 comments
gustavocristovam commented
When I try to create an .exe on the Windows platform, an error occurs. wine: can't find 'C:/Python27/Scripts/pyinstaller' I've already installed all the wine packages, I really don't know what it is.
Print: https://ibb.co/P6m5bK5
rebcesp commented
I have the same problem
breakinlabs commented
There is a little bug in /agent/builder.py:
Change Line 43:
agent_file = os.path.join(working_dir, 'dist', prog_name)
Delete Line 46:
os.rename(agent_file, output)
Change Line 48:
print "[+] Agent built successfully: %s" % agent_file
Then it would run fine and you can find the exe in your temp directory.