phantom0004 / _KRYPT0S_RANSOMWARE

_KRYPTOS is a sophisticated Python-based ransomware demo designed for educational purposes. It encrypts files on Windows machines, focusing on persistence and stealth. Additionally, it includes a fake ransomware screen resembling WannaCry, with all information being fictional.
MIT License
1 stars 0 forks source link

Python to EXE converter raising several subprocess errors #3

Closed phantom0004 closed 1 week ago

phantom0004 commented 1 week ago

Description

I am encountering several subprocess errors when trying to convert my Python script to an executable using pyinstaller. The process fails with various issues, including hidden import problems and long file path errors.

Current Status

This issue is being actively investigated. For now, please refrain from using the current setup as it may not work correctly. I are working swiftly on a fix and will update as soon as possible to ensure a smooth and fast conversion process.

Thank you for your patience and understanding <3

phantom0004 commented 1 week ago

This issue will now be closed as it was deemed to be a personal OS issue with the 'pyinstaller' library, this was a minor bug and was resolved with a re-installation.