nccgroup/Winpayloads

problem when generating payloads "Internal error: early pywin32 import was introduced"

tueloup opened this issue · 3 comments

Hello

everyhting used to work previously, I just updated to latest version and now when generating a payload

I get the following error

[] Creating Payload using Pyinstaller...
[
] Error In Creating Payload... Exiting..

Internal error: early pywin32 import was introduced

I already tried to reinstall with ./setup.sh -r

Do you have a clue ? Thanks in advance

Without wine winpayloads won't work. I will look in to this issue later as am busy now

Actually it seems like an issue with pyinstaller. https://stackoverflow.com/questions/45411660/internal-error-pywin32-with-pyinstaller
Try downgrading. I will update the setup soon so I downloads an older version

Hi,

Should be fixed in latest commit (c5d207f)
Please run ./setup.sh -r again

Thanks
Charlie