-
Notifications
You must be signed in to change notification settings - Fork 3
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
Test the decryptor for bigger files (>1MB) #2
Comments
Thank you! It worked with a 10MB file, not with an MDF file of 11GB. It crashes with OverFlowError: Python int too large to convert to C long. |
At which line did it crash ? Can you provide a copy of the stack trace ? |
Can you try this version ? |
It does works now without crashing, unfortunately the content of the file is still broken. |
Have you try to decrypt a txt file first that was encrypted on the same machine ? |
I tried with a .log file and it worked, tried with a .sql file and it worked. |
Did you re-use the same timestamp (with --time or --localyime) for every file ? |
If so, maybe the files have not been encrypted by the same malware execution (two parallel execution of the same malware, or maybe some of the files were encrypted by a malware executing from another machine, accessing the files through network share ?) |
Tested files were all bellow 1MB. The malware only encrypts the first MB of each file, except for files with special extentions. Code must be tested for those cases
The text was updated successfully, but these errors were encountered: