Jump to content



Welcome to KnowledgeSutra - Dear Guest , Please Register here to get Your own website. - Ask a Question / Express Opinion / Reply w/o Sign-Up!
- - - - -

Make Anty-spyware Program In Delphi 7 ?


6 replies to this topic

#1 mpodner

    Member [Level 1]

  • Kontributors
  • PipPipPipPip
  • 65 posts

Posted 09 March 2005 - 02:44 PM

:angry: :blink: :ph34r: :) :P :P :P :P :P :P

How make anty-spy software in Delphi 7??? (Like Ad-aware)

:) :) :) :) :) :) :) :) :) :)

#2 vizskywalker

    Member [Level 2]

  • Kontributors
  • PipPipPipPipPip
  • 79 posts

Posted 09 March 2005 - 05:01 PM

Well, I don't program in Delphi, but the hardest part of making an anti-spyware program is building a list of spyware files. Once you have that done, all that is needed is a search utility to find them on the hard drive, which I doubt is too hard to do in Delphi. If you can't figure it out, I could guide you through an assembly routine that you could place as an include in your Delphi program. But I imagine Delphi has some capability of finding files on its own.

#3 Someone

    Premium Member

  • Kontributors
  • PipPipPipPipPipPipPipPip
  • 158 posts
  • Gender:Male

Posted 18 May 2005 - 12:53 PM

You should try to find source codes or something like that, I found many of them so you can easily see what to do, I've seen disk defragmenter in pascal, yes pretty amazing and I've seen many real programs so do not say that this si too hard for delphi :lol:

#4 Erdemir

    Super Member

  • Kontributors
  • PipPipPipPipPipPipPipPipPip
  • 223 posts
  • Gender:Male
  • Location:Istanbul, Turkey
  • Interests:Interested in Mechanical Engineering

Posted 13 May 2008 - 05:25 PM

You can start with an Internet Packet Monitoring Component. Search in google internet packet monitoring components in delphi.

You can use Magenta Systems components. You must watch for the tcp/ip headers and contents with this component or codes. Firstly you must define the dangerous connection type to the program. After that you must watch the headers and contents if they apply the rules we defined, so that is a dangerous program, and we should ask to the user to terminate the program. If the user agrees you can terminate the dangerous program with the function killtask() you defined before. Good luck. :lol:

#5 boxed

    Newbie

  • Kontributors
  • Pip
  • 2 posts

Posted 22 June 2008 - 12:54 PM

View Postmpodner, on Mar 9 2005, 02:44 PM, said:

;) ;) ;) :) :) :) :) :) :) :)

How make anty-spy software in Delphi 7??? (Like Ad-aware)

:) :) :) :) :) :) :) :) :) :)

Well you can try spyware quickfix with source, i have used it and it rocks:
http://www.torry.net/quicksearchd.php?Stri...x&Title=Yes
cheers

Edited by boxed, 22 June 2008 - 12:55 PM.


#6 Eureka

    Newbie [Level 1]

  • Kontributors
  • Pip
  • 15 posts

Posted 25 June 2008 - 05:20 PM

Take a basic antispyware's source and build off of it

#7 minimcmonkey

    Super Member

  • Kontributors
  • PipPipPipPipPipPipPipPipPip
  • 414 posts
  • Gender:Male
  • Location:United Kingdom
  • myCENT:62.89

Posted 25 June 2008 - 06:33 PM

That would be hard to make a good one. As viruses are produced every single day, and the compannies who produce antiviruses, hire several people to find viruses and how to combat/detect them.
However, if you just want to do this for the experience of making a programme like this, you could just use a list of dummy viruses -
make a small definitions list, consisting of items like
"test123.tyt" and "virusdata.htm"

then make the programme search your hard drive for them.




Reply to this topic


This post will need approval from a moderator before this post is shown.

  


1 user(s) are reading this topic

0 members, 1 guests, 0 anonymous users