Created separate classes. Need to complete searchUtil class.

This commit is contained in:
2015-03-30 10:01:07 -04:00
parent 6b60acb4bd
commit 6e46dce79e
7 changed files with 130 additions and 90 deletions

View File

@@ -9,10 +9,12 @@ echo .
echo .
pause
cls
call ruby\bin\irb.bat find_cryptowall_infected_files.rb
call ruby\bin\irb.bat source\find_cryptowall_infected_files.rb
xcopy "files.txt" "%userprofile%\Desktop"
cls
echo The script has finished....
echo You can find files.txt on your desktop. DO NOT LOSE THIS FILE!!
echo All DECRYPT_INSTRUCTION files have been deleted.
echo .
pause
exit