Topher1 0 Posted July 31, 2019 Share Posted July 31, 2019 Hello, I am developing an application in .net in which I want to analyze (with antivirus eset) files that are uploaded to the app. I am using a nugget based on the api iattachmentexecute, and apparently it works fine. However, I wanted to check if in the antivirus log, there is some record of the scanned file, but I have not found anything. My question is: Should any record of the files analyzed by this method be left in the antivirus log? Can I check in some way that the files are actually scanned with the eset antivirus? (the Nuget i am ussing: https://archive.codeplex.com/?p=antivirusscanner) Link to comment Share on other sites More sharing options...
Administrators Marcos 4,935 Posted July 31, 2019 Administrators Share Posted July 31, 2019 I would say you'll need to use ESET's API to scan files and evaluate the result based on the return code. However, since I'm not an expert on the API and probably nobody else will be able to provide you with a satisfactory answer here, I'd recommend opening a support ticket with your local customer care. Link to comment Share on other sites More sharing options...
Recommended Posts