Welcome Guest ( Log In | Register)



 
Reply to this topicStart new topic
> Make Anty-spyware Program In Delphi 7 ?, How to make anty-spy program??
mpodner
post Mar 9 2005, 02:44 PM
Post #1


Member [Level 1]
****

Group: Members
Posts: 65
Joined: 7-March 05
Member No.: 4,229



smile.gif smile.gif smile.gif smile.gif smile.gif smile.gif smile.gif smile.gif smile.gif smile.gif

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

smile.gif smile.gif smile.gif smile.gif smile.gif smile.gif smile.gif smile.gif smile.gif smile.gif
Go to the top of the page
 
+Quote Post
vizskywalker
post Mar 9 2005, 05:01 PM
Post #2


Member [Level 2]
*****

Group: Members
Posts: 79
Joined: 12-January 05
Member No.: 3,251



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.
Go to the top of the page
 
+Quote Post
Someone
post May 18 2005, 12:53 PM
Post #3


Premium Member
********

Group: Members
Posts: 158
Joined: 2-December 04
Member No.: 2,512



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 wink.gif

Go to the top of the page
 
+Quote Post
Erdemir
post May 13 2008, 05:25 PM
Post #4


Premium Member
********

Group: [HOSTED]
Posts: 153
Joined: 12-May 08
From: Somewhere in the Matrix
Member No.: 62,045



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. wink.gif
Go to the top of the page
 
+Quote Post
boxed
post Jun 22 2008, 12:54 PM
Post #5


Newbie
*

Group: Members
Posts: 2
Joined: 22-June 08
Member No.: 63,991



QUOTE(mpodner @ Mar 9 2005, 02:44 PM) *
smile.gif smile.gif smile.gif smile.gif smile.gif smile.gif smile.gif smile.gif smile.gif smile.gif

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

smile.gif smile.gif smile.gif smile.gif smile.gif smile.gif smile.gif smile.gif smile.gif smile.gif


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

This post has been edited by boxed: Jun 22 2008, 12:55 PM
Go to the top of the page
 
+Quote Post
Eureka
post Jun 25 2008, 05:20 PM
Post #6


Newbie [Level 1]
*

Group: Members
Posts: 15
Joined: 25-June 08
Member No.: 64,132



Take a basic antispyware's source and build off of it
Go to the top of the page
 
+Quote Post
minimcmonkey
post Jun 25 2008, 06:33 PM
Post #7


Advanced Member
*******

Group: Members
Posts: 126
Joined: 19-June 08
From: United Kingdom - Cornwall!!!!!
Member No.: 63,876



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.
Go to the top of the page
 
+Quote Post

Reply to this topicStart new topic

Collapse

> Similar Topics

Topics Topics
  1. Where can i get a delphi compiler?(4)
  2. Ac C E L E R At E Your Develo P M E N T(0)
  3. Interview De Olivier Dahan Sur Delphi 2005(0)
  4. Borland Dévoile Delphi 2005(0)
  5. Premier Contact Avec Le Futur De Delphi(0)
  6. Sémaphores Et Mutex En Delphi Et Java(0)
  7. Delphi 2005 Gratuit Pour Une Utilisation Personnel(0)
  8. Gestion Des Exceptions Sous Delphi(0)
  9. Raccourcis Delphi(0)
  10. Delphi(6)
  11. Delphi Question(9)
  12. Delphi Upgrade!(2)
  13. My First Contribution(0)
  14. Radasm© Win32 Assembly(1)
  15. Program Where Users Can Have There Own Edit Space(1)
  1. Delphi Is Easy And Most Oop-d Language.(6)
  2. Need Help To Convert Code To Delphi(0)
  3. Delphi Panels Help(0)
  4. Delphi Password Loading To Text Box(1)
  5. Delphi Questions...(1)
  6. Trying To Program In Assembly And Keep Getting Error(6)
  7. Source Code Troubles {delphi}(2)


 



-