How can I test the antivirus program I am developing? [closed] - antivirus

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 8 years ago.
Improve this question
I need to develop antivirus software for Windows. Where can I download viruses or virus-like programs to test it with?

The EICAR test file is a good start, as it is an example of a self modifying program -- something that malware usually does.

Try one of the many fake antimalware programs out there. Some SO scrapers "featured" one recently, links are in meta stack overflow.
Possibly, make sure you try them in a virtual machine disconnected from the internet. ;)

Related

Local network batch [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 2 years ago.
Improve this question
I have been playing around with azure batch for a project at work.
My work has 100-1000s of computers running win10 mostly chewing over Outlook and not much else.
Is there some framework that can leverage 'idle' CPU time in this environment?
Seems a bit of a shame to send tasks to Azure server in US when the 3 or 4 computers around me (in New Zealand) crying for non-fb attention.
I can take downvotes for 'too vague' and 'off topic' - just need a clue where to look.
You will want to investigate machine/CPU time scavenging schedulers such as HTCondor.

What is an Exokernel? [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 7 years ago.
Improve this question
Aao!!
I'm currently learning how to create my own OS and am choosing which kernel to go for. I have heard of Monolithic Kernels, Microkernels, Hybrid Kernels, Nano Kernels and Exokernels.
The thing is, I don't understand what Wikipedia has on Nano and Exokernels.
Can someone please explain to me (in English) what the difference between these two kernels to something like a Monolith kernel?
Thanks in advance,
DreddTrekkiter

backup/restore from-to Gmail? [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 3 years ago.
Improve this question
I would like to implement in my app, written in Lua,the option to save a backup file to Gmail and restore it from there.
I just need how to save one file and restore that from the same account again.
Several apps use that feature now ( i guess using the Gmail as HD Feature).
Any ideas? I could read also PHP, Object-C and Java sources if you have nothing in Lua :)
I searched for infos in the net, but did not found a single demo source.
A google search turned up these IMAP clients:
luaimap
imapfilter
And from the Lua mailing list
limap

Is there an opensource "MSWord doc to PDF" convert library [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 7 years ago.
Improve this question
I am trying to convert word(.doc) into PDF on iOS device. Is there an opensource solution where I can use as a C/C++ lib or something?
There really is no conveniently open-source library that will do this for you: you may get some mileage out of WvWare but I've never seen it used on iOS and I'm not sure what platform dependencies it may need.
If your iphone is connected to the net, then you can call a Docmosis web service to do it. You need to sign up though.

i want to host a wiki site for an internal company project [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 2 years ago.
Improve this question
I don't have much experience with this. are there any free or low-cost solutions I can deploy? We have a relatively low-powered server running windows NT (ouch, i know).
Preferably something that allows multi-user access though something light-weight is the main consideration.
I used http://www.wikimatrix.org/ to compare features and prices of over 100 wiki engines last year for my company. Try it out.