|
|
|
|
|
by malkia
5110 days ago
|
|
We have Symantec AntiVir at work. Few months ago I was researching way to make DLL's behave like OSX/linux - e.g. while they are loaded, they can get replaced. This is doable with the compiler option /SWAPRUN:CD,NET - e.g. if your dll/exe was running from CD or Network, and the media went down, it should still work. This somehow pulls the whole data somewhere (I guess in the page file), and it can be replaced. Anyway, as soon I as started using this Symantec started reporting virus reports - not for everything - but few were enough for me to stop. |
|