In my opinion it is much too broad to qualify for Stack Overflow. You're basically asking: "How do I trigger an anti-virus alert?".
What could trigger an alarm for a virus scanner?
Well, a great number of things. That's probably what got you the "not constructive" close reason, there is no way to write a comprehensive answer to that. Any attempt at doing so would be obsolete a few hours after it is written.
There are thousands of behaviors that could trigger anti-virus systems. Just look at the size of the databases these products use. (That size is probably more due to signature matching, but heuristics used are also quite wide-ranging.)
If you have a specific set of warnings/alerts you want to trigger, study them carefully and try to trigger them. If you get stuck on coding issues implementing that, Stack Overflow can probably help you out (if you state your goal very clearly - if it is interpreted as being an attempt to write malware, I wouldn't bet on it staying visible for any length of time).
Do note that you are treading dangerous ground here. Analyzing anti-virus software behavior and probing their heuristics is partly how ill-intended people go about building their software.
And "white hat" viruses are controversial. Make sure your "creations" don't escape your lab.