Skip to content
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

it wont genrate #424

Closed
negawatt12 opened this issue Jun 17, 2024 · 2 comments
Closed

it wont genrate #424

negawatt12 opened this issue Jun 17, 2024 · 2 comments

Comments

@negawatt12
Copy link

so i put my setting on the pysilion builder and click genrate and this error pops up : File "C:\Users\negawatt\AppData\Local\Programs\Python\Python310\lib\shutil.py", line 417, in copy
copyfile(src, dst, follow_symlinks=follow_symlinks)
File "C:\Users\negawatt\AppData\Local\Programs\Python\Python310\lib\shutil.py", line 254, in copyfile
with open(src, 'rb') as fsrc:
FileNotFoundError: [Errno 2] No such file or directory: 'resources/source_code/keylogger.py'
Exception in Tkinter callback
Traceback (most recent call last):
File "C:\Users\negawatt\AppData\Local\Programs\Python\Python310\lib\tkinter_init_.py", line 1921, in call
return self.func(*args)
File "C:\Users\negawatt\Documents\PySilon-malware-main\PySilon-malware-main\builder.py", line 283, in assemble_source_code
shutil.copy(f'resources/source_code/{filenames[file]}', f'resources/source_code/tmp/{filenames[file]}')
File "C:\Users\negawatt\AppData\Local\Programs\Python\Python310\lib\shutil.py", line 417, in copy
copyfile(src, dst, follow_symlinks=follow_symlinks)
File "C:\Users\negawatt\AppData\Local\Programs\Python\Python310\lib\shutil.py", line 254, in copyfile
with open(src, 'rb') as fsrc:
FileNotFoundError: [Errno 2] No such file or directory: 'resources/source_code/keylogger.py'

@avik-py
Copy link

avik-py commented Jun 17, 2024

Turn off antivirus and clone the repo once again. Most probably your antivirus quarantined the keylogger because it is a malware.

@Yaw-Dev Yaw-Dev closed this as completed Jul 3, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants
@Yaw-Dev @avik-py @negawatt12 and others