FallenAstaroth / stink

🚀 Stealer on built-in libraries only, which doesn't create any temp files on data collecting, with 4 sending methods and lots of functionality.
Apache License 2.0
222 stars 56 forks source link

Can't find a dependency after compilation #34

Closed n4stl3 closed 1 year ago

n4stl3 commented 1 year ago

Snímek obrazovky 2022-09-04 203640

This shows up after i open exe file

FallenAstaroth commented 1 year ago

Snímek obrazovky 2022-09-04 203640

This shows up after i open exe file

1) Did you do everything according to the instructions? 2) What version of Python are you using? 3) Did you use Nuitka to compile? 4) Check before compiling that the win32 module is installed.

n4stl3 commented 1 year ago

Yes i did everything, 3.9.0

FallenAstaroth commented 1 year ago

Yes i did everything, 3.9.0

Before running the compilation, check if the win32 module is installed.

Did you use compiler.bat or did you follow the step-by-step instructions?

n4stl3 commented 1 year ago

Yes i have win32 module downloaed, did it both ways with cmd and with BAT but it is still same

FallenAstaroth commented 1 year ago

Yes i have win32 module downloaed, did it both ways with cmd and with BAT but it is still same

No errors or warnings during compilation?

It seems that this bug was encountered in older versions. Try installing a newer version of Nuitka.

FallenAstaroth commented 1 year ago

Yes i have win32 module downloaed, did it both ways with cmd and with BAT but it is still same

You can also try specifying win32 in the compile command itself with --include-package=pywin32

n4stl3 commented 1 year ago

I installed newest version of Nuitka (1.0.6), still same.. Dont know what to do.

n4stl3 commented 1 year ago

Yes i have win32 module downloaed, did it both ways with cmd and with BAT but it is still same

You can also try specifying win32 in the compile command itself with --include-package=pywin32

i dont understand where to put --include-package=pywin32

FallenAstaroth commented 1 year ago

In compiling command nuitka --onefile --plugin-enable=multiprocessing --include-package=pywin32 test.py

n4stl3 commented 1 year ago

thanls works