How to Detect Malware Implementation in .Net Code - TechRepublic
General discussion
January 25, 2011 at 01:07 AM
ziggy981

How to Detect Malware Implementation in .Net Code

by ziggy981 . Updated 15 years, 5 months ago

Hello,

I have been given the source code of a large tailor made .Net Windows Application and im required to scan through it and certify that it is safe and Malware-free. Are there any tools out there that actually scan .Net source code to detect possible embedded/hidden Malware code?

A logical strategy may be to look for code that sends sensitive data outside the application (such as by email, WCF, web services…etc), correct? If not, what else should i look for?

Any advice would be greatly appreciated…

Regards,

Ziad.

This discussion is locked

All Comments