-
Hooking Create Process
Hi all, I want to ask, how do I hook CreateProcess? I want to write an antivirus program with Real Time Protector. Thanks.
-
Antivirus in VB6.0 ???
-
 Originally Posted by gibra
Antivirus in VB6.0 ???

well yes. So far I already able to check whether it is a virus or not by using (custom/modified and more collision proof) CRC32, and "heuristic" for vbs and bat.
-
-
A true and efficient antivirus must run as system service.
Well known that VB6 can't create services.
-
Last edited by vb5prgrmr; 12-21-2009 at 01:12 AM.
Reason: misspelled Gibra's name, sorry
-
 Originally Posted by gibra
A true and efficient antivirus must run as system service.
Well known that VB6 can't create services.

I agree with you, however I want to make a portable antivirus.
I've tried googling around for hooking "createprocess" thingy, but still no luck with VB. Any ideas?
-
Switch to VB.NET or even better C#
-
 Originally Posted by Hack
Switch to VB.NET or even better C#
Hmm, I don't think I'll choose either. If I can't hook process using vb, maybe I'll move to C, or maybe C++, but not C#.
-
You can hook a process with VB, and you can create threads with VB (but you cannot debug threads with VB). There are a couple of hooking tutorials out there and if you use your friends (yahoo, google, ask, answers, bing) you should be able to find them...
Good Luck
-
 Originally Posted by vb5prgrmr
You can hook a process with VB, and you can create threads with VB (but you cannot debug threads with VB). There are a couple of hooking tutorials out there and if you use your friends (yahoo, google, ask, answers, bing) you should be able to find them...
Good Luck
Thanks for the tip, but I've tried googling since before I create this thread. Perhaps you could give me some link or at least some keyword for those search engine. I've tried "vb hook process" but still no luck with the code.
-
-
@Hack
Thank you so much.
Anyway, Happy New Year! (according to my time zone, I'm 53 minutes late)
errr this thread is closed : )
-
Happy New Year to you as well, and I have another 11 hours to go!
-
Tick... Tick... Tick... 45 minutes to go here....
a few results here...
http://search.yahoo.com/search?p=vb6...8&fr=yfp-t-701
Good Luck
Similar Threads
-
By yselnaggar in forum .NET
Replies: 4
Last Post: 07-10-2006, 07:07 AM
-
Replies: 1
Last Post: 06-26-2006, 02:17 PM
-
By David Garrido in forum VB Classic
Replies: 0
Last Post: 06-20-2000, 02:28 AM
-
By David Garrido in forum VB Classic
Replies: 0
Last Post: 06-20-2000, 02:28 AM
-
By John Harkin in forum Enterprise
Replies: 0
Last Post: 04-12-2000, 12:05 PM
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Development Centers
-- Android Development Center
-- Cloud Development Project Center
-- HTML5 Development Center
-- Windows Mobile Development Center
|