I have written a very simple/basic crypter in C++ and I would like to test it. How would I go about writing a simple MessageBox program that is "tainted" so that my Anti-virus will attempt to quarantine it upon running the file? Right now, I just have a MessageBox outputting "Hello".
I need a suspicious signature.
P.S. It is a runtime crypter. I worked on it after reading this white paper: http://www.exploit-db.com/wp-content/themes/exploit/docs/18849.pdf