Marco Cesarato
Marco Cesarato
Strange that the owner is not populated. However I have released a new version with url clean and that improve the url format detection.
Hi, probably the workaround could be to inverse the method call to: ```php ->disableReportMode() ->disableReport() ``` In any case, the report mode is a mode in which all malware are...
Hi, I tried and probably the version associated to the version on packagist/composer is compromised so I will try to fix it. At the moment as temporary fix you can...
Hi @chrisdeeming, this library has been rewritten many times so some logic comes from previous versions (initially it was a single script file just to give an idea) and programmatic...
Hi, this antimalware detects some unconventional code patterns often used on malware to obfuscate code or do malicious operations, but not all of these are real malware but they could...
Hi, if you have modified the phar file probably for you is better following the steps below: - Clone the repository - Edit the code inside `src` - Run from...
The wildcard are not supported at the moment on php Iterrator so at the moment is possibile use the filters/ignore paths. On last release you can filter or ignore paths....
Hi, this is a known issue but don't worry it's just a visual issue. It depends on how quickly the console updates the progress bar, in fact if you check...
Have you checked the execute permissions or the read permissions of the executable?
Done, thanks for the advice