Page 1 of 4 123 ... LastLast
Results 1 to 15 of 59
  1. #1
    Bombsaway707's Avatar
    Join Date
    Jun 2009
    Gender
    male
    Location
    Gym
    Posts
    8,799
    Reputation
    791
    Thanks
    4,004
    My Mood
    Amused

    Starting AV Team

    Yes just like my thread name says, i am putting together a team of coders to begin creating an MPGH themed anti-virus software, anyone on the team will receive full credit for helping code it. If you are interested please PM me. If interested, in the PM have
    Code:
    Name:
    Hours Online:
    Time Zone:
    Coding Experience:
    Post Your Thoughts/Comments below

  2. #2
    Pixie's Avatar
    Join Date
    Apr 2009
    Gender
    male
    Location
    Pixie wird wieder steigen.
    Posts
    1,884
    Reputation
    22
    Thanks
    229
    My Mood
    Fine
    I just PM'ed you, although it's not much I can do for and Anti-Virus, but still a little help

  3. #3
    Iamazn1's Avatar
    Join Date
    Oct 2009
    Gender
    male
    Posts
    407
    Reputation
    12
    Thanks
    50
    I doubt you guys will be able to do it. If you are gonna code this by yourselves, its probably gonna be very hard, if not impossible to do. You need to know how a virus works, and how to detect/remove them. Thats just the base. You need to give DAILY updates, and you need to get the most recent/uptodate virus info. If you cant make a virus, you probably cant make a Virus Scanner.
    Last edited by Iamazn1; 10-24-2009 at 12:34 AM.

  4. #4
    Bombsaway707's Avatar
    Join Date
    Jun 2009
    Gender
    male
    Location
    Gym
    Posts
    8,799
    Reputation
    791
    Thanks
    4,004
    My Mood
    Amused
    Quote Originally Posted by Iamazn1 View Post
    I doubt you guys will be able to do it. If you are gonna code this by yourselves, its probably gonna be very hard, if not impossible to do. You need to know how a virus works, and how to detect/remove them. Thats just the base. You need to give DAILY updates, and you need to get the most recent/uptodate virus info. If you cant make a virus, you probably cant make a Virus Scanner.
    Well i can make a virus, and the first build will be a very basic scanner. It will just scan for 1500 known Virus paths. Although unless it is a really popular program i dont think daily updates will be necessary but instead of doubting us why dont you apply to the team and help us? We can use every single person

  5. #5
    Iamazn1's Avatar
    Join Date
    Oct 2009
    Gender
    male
    Posts
    407
    Reputation
    12
    Thanks
    50
    Quote Originally Posted by bombsaway707 View Post
    Well i can make a virus, and the first build will be a very basic scanner. It will just scan for 1500 known Virus paths. Although unless it is a really popular program i dont think daily updates will be necessary but instead of doubting us why dont you apply to the team and help us? We can use every single person
    Virus paths will do nothing. A virus could just move, and then bam, the scanners useless. You need to scan the file, and see what it does. (i think)

    Edit:
    I found someone on Google
    Quote Originally Posted by JohnH
    Start with this or similar articles about general knowledge: [ur=https://www.agus*********/*********/what-is-a-virus-signature-are-they-still-used-3.htm]What is a virus signature? Are they still used?[/url]
    Internet searches and Wiki searches is also recommended.

    About code you should start with FileStream class to read bytes from files.

    Here is a very basic algorithm that searches for a virus signature in a file:
    Code:
    Function detect() As Boolean
        Dim file() As Byte = {1, 2, 3, 4, 5, 6, 7, 8, 9} 'sample file
        Dim virus() As Byte = {4, 5, 6} 'sample signature
    
        For ix As Integer = 0 To file.Length - virus.Length
            If file(ix) = virus(0) Then 'found first byte in signature, check rest
                For vx As Integer = 1 To virus.Length - 1
                    If file(ix + vx) <> virus(vx) Then
                        Exit For
                    ElseIf vx = virus.Length - 1 Then
                        Return True 'virus found
                    End If
                Next
            End If
        Next
        Return False 'virus not found
    End Function
    Last edited by Iamazn1; 10-24-2009 at 01:02 AM.

  6. #6
    Pixie's Avatar
    Join Date
    Apr 2009
    Gender
    male
    Location
    Pixie wird wieder steigen.
    Posts
    1,884
    Reputation
    22
    Thanks
    229
    My Mood
    Fine
    Quote Originally Posted by bombsaway707 View Post
    Well i can make a virus, and the first build will be a very basic scanner. It will just scan for 1500 known Virus paths. Although unless it is a really popular program i dont think daily updates will be necessary but instead of doubting us why dont you apply to the team and help us? We can use every single person
    Yeah, we could have like an update around every month, using uhleh's vb updating program code
    And I know a person who is good with VB, I will ask him about this when he gets on, and you should make a mpgh group for this, called the MPGH AV Team
    with a usertag for each of the members have to put in their signatures

  7. #7
    Bombsaway707's Avatar
    Join Date
    Jun 2009
    Gender
    male
    Location
    Gym
    Posts
    8,799
    Reputation
    791
    Thanks
    4,004
    My Mood
    Amused
    Quote Originally Posted by PixieCorp View Post
    Yeah, we could have like an update around every month, using uhleh's vb updating program code
    And I know a person who is good with VB, I will ask him about this when he gets on, and you should make a mpgh group for this, called the MPGH AV Team
    with a usertag for each of the members have to put in their signatures
    haha ya id have to ask dave tho, and iamazn its not scanning for active viruses its scanning for viruses in hiding

  8. #8
    Pixie's Avatar
    Join Date
    Apr 2009
    Gender
    male
    Location
    Pixie wird wieder steigen.
    Posts
    1,884
    Reputation
    22
    Thanks
    229
    My Mood
    Fine
    Quote Originally Posted by bombsaway707 View Post
    haha ya id have to ask dave tho, and iamazn its not scanning for active viruses its scanning for viruses in hiding
    You could ask Oboma, or Arunforce, cause Dave only reads PM's from staff members
    I think Arunforce would be nice enough to do it, just make sure it gets a user tile rank thing, with a usertitle of: MPGH Anti-Virus Team
    and tell him it still has the same permissions as a normal member still

  9. #9
    Bombsaway707's Avatar
    Join Date
    Jun 2009
    Gender
    male
    Location
    Gym
    Posts
    8,799
    Reputation
    791
    Thanks
    4,004
    My Mood
    Amused
    Quote Originally Posted by PixieCorp View Post
    You could ask Oboma, or Arunforce, cause Dave only reads PM's from staff members
    I think Arunforce would be nice enough to do it, just make sure it gets a user tile rank thing, with a usertitle of: MPGH Anti-Virus Team
    and tell him it still has the same permissions as a normal member still
    I just PMed obama and asked him well see what he says Anyway i headin to bed so peace

  10. #10
    Pixie's Avatar
    Join Date
    Apr 2009
    Gender
    male
    Location
    Pixie wird wieder steigen.
    Posts
    1,884
    Reputation
    22
    Thanks
    229
    My Mood
    Fine
    Quote Originally Posted by bombsaway707 View Post
    I just PMed obama and asked him well see what he says Anyway i headin to bed so peace
    I saw Arunforce would be the best to ask
    Well lets just wait and see if Oboma is nice to us

  11. #11
    Iamazn1's Avatar
    Join Date
    Oct 2009
    Gender
    male
    Posts
    407
    Reputation
    12
    Thanks
    50
    1 Question. How old are you guys?

  12. #12
    Zoom's Avatar
    Join Date
    May 2009
    Gender
    male
    Location
    Your going on my 24/7 DDoS hit list.
    Posts
    8,552
    Reputation
    127
    Thanks
    5,970
    My Mood
    Happy
    I wannna help!

    ......................................
    Last edited by Zoom; 10-24-2009 at 08:53 AM.
    -Rest in peace leechers-

    Your PM box is 100% full.

  13. #13
    K4GE's Avatar
    Join Date
    Mar 2009
    Gender
    male
    Posts
    311
    Reputation
    13
    Thanks
    65
    My Mood
    Inspired
    Its possible to make, but it'll be very hard to get a stable and good working scanner.
    Also someone should be constantly updating a virus database, cause if you update it 'once in a month', its not worth downloading.
    Since there are new threads every single day.
    Anyway good luck.

  14. #14
    Lukas59's Avatar
    Join Date
    Aug 2008
    Gender
    male
    Location
    Linz
    Posts
    2,197
    Reputation
    14
    Thanks
    306
    My Mood
    Amazed
    [QUOTE=bombsaway707;1174629]Yes just like my thread name says, i am putting together a team of coders to begin creating an MPGH themed anti-virus software, anyone on the team will receive full credit for helping code it. If you are interested please PM me. If interested, in the PM have
    Code:
    Name:  Lukas
    Hours Online:  5-10 a day
    Time Zone:MEZ
    Coding Experience:a lot of

  15. #15
    Zoom's Avatar
    Join Date
    May 2009
    Gender
    male
    Location
    Your going on my 24/7 DDoS hit list.
    Posts
    8,552
    Reputation
    127
    Thanks
    5,970
    My Mood
    Happy
    [quote=krellooo;1175422]
    Quote Originally Posted by bombsaway707 View Post
    Yes just like my thread name says, i am putting together a team of coders to begin creating an MPGH themed anti-virus software, anyone on the team will receive full credit for helping code it. If you are interested please PM me. If interested, in the PM have
    Code:
    Name:  Lukas
    Hours Online:  5-10 a day
    Time Zone:MEZ
    Coding Experience:a lot of
    Oh dam sorry.. IŽll do it!
    Last edited by Zoom; 10-24-2009 at 08:53 AM.
    -Rest in peace leechers-

    Your PM box is 100% full.

Page 1 of 4 123 ... LastLast

Similar Threads

  1. [C/C++ Tutorial] Starting in Direct-X 8.1
    By Dave84311 in forum Programming Tutorials
    Replies: 55
    Last Post: 04-02-2021, 07:16 PM
  2. (LongTerm)Looking for Team to badge fame / starting one
    By TravisBozarth in forum CrossFire Farming & Partner Request
    Replies: 10
    Last Post: 02-02-2011, 01:27 PM
  3. [Info] Glitch Team is Started!
    By 0PtIc_HuTch in forum Combat Arms Glitches
    Replies: 0
    Last Post: 11-28-2010, 01:27 PM
  4. Looking for team to start a server.
    By t7ancients in forum RuneScape Discussions
    Replies: 7
    Last Post: 06-23-2010, 05:58 AM
  5. STARTING GLITCH TEAM!
    By chrisisafoo in forum Combat Arms Clan Recruitment & Advertising
    Replies: 25
    Last Post: 07-19-2009, 07:28 PM

Tags for this Thread