C# worm (final year uni project) inside Virtual Environment

Discussion in 'C#' started by RyanJH, Jul 20, 2010.

  1. RyanJH

    RyanJH New Member

    Joined:
    Jul 20, 2010
    Messages:
    1
    Likes Received:
    0
    Trophy Points:
    0
    Hey,

    I am planning to start a final year project, by creating a C# based worm. However I am worried about the security issues based on this. I.e. testing the worm within a secure environment.

    I know Virtualisation can protect a system but any suggestions for a virtual network that can be used which will protect my host system, but also allow me to test the worms capability would be great...

    Also although I have specified C# for this project, would it be a better choice to use C++ as a platform, C is preferred for many programmers but I have little experience with this language and my knowlegde lies with object orientated programming.
     
  2. NewsBot

    NewsBot New Member

    Joined:
    Dec 2, 2008
    Messages:
    1,267
    Likes Received:
    2
    Trophy Points:
    0
    C# will not be the ideal platform for such programs because you would be hooked up to lot of windows API calls and other stuff.
     
  3. NewsBot

    NewsBot New Member

    Joined:
    Dec 2, 2008
    Messages:
    1,267
    Likes Received:
    2
    Trophy Points:
    0
    Just to Add C++ is far better option than C# and to an extent C.

    You can use C++ as an alternative to C and there would be no harm in it.
     

Share This Page

  1. This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
    By continuing to use this site, you are consenting to our use of cookies.
    Dismiss Notice