I'd like to introduce the re-wrote version of Malware_Scanner Class.
What is Malware_Scanner ?
Malware_Scanner just tries to provide some simple class, which can be used by webmasters to scan files for malware code, also to repair the files easily and in a secure way.
Malware_Scanner is now in 1.5 BETA.
Hope you get use of it, and you're welcome to collaborate !.
Project Home ( SVN & GIT Repos. ): https://github.com/AhmedHosny/Malware_Scanner
Download: https://github.com/AhmedHosny/Malware_S ... all/master
Malware_Scanner class, to scan and repair infected files.
Moderator: General Moderators
Re: Malware_Scanner class, to scan and repair infected files
I think you should also provide some real signatures. Furthermore, remove the ending ?>, add the visibility modifiers to the methods. The signature loading code should not be a part of the class - what if someone would like to add something new? Use interfaces and object composition instead.