Does There is any body Pro Enough To Answer Me ?

  • Thread starter Thread starter Mahmoud Hassan
  • Start date Start date
M

Mahmoud Hassan

hi all
Ihave a project in the college about making a parent
control software in which It is embedded into Windows
kernel, set up a checkpoint at application layer, to
intercept and inspect the URL request from various
internet applications, such as IE, Netscape, Opera and
to filter them for harmful websites and domains And i
am stack i dont Know How to begin so please any one how
Can help (info ,code ,website to see ) or just
tell me what to read

that help well be greatly appreciated

Mahmoud H
 
Hello,

Mahmoud Hassan said:
Ihave a project in the college about making a parent
control software in which It is embedded into Windows
kernel, set up a checkpoint at application layer, to
intercept and inspect the URL request from various
internet applications, such as IE, Netscape, Opera and
to filter them for harmful websites and domains And i
am stack i dont Know How to begin so please any one how
Can help (info ,code ,website to see ) or just
tell me what to read

Are you sure you want to do that with VB.NET? I think it's better to
use C++ to develop an application like this.
 
One of the few times I agree in a C++ solution over VB.NET... your getting
into some pretty low level stuff. Which is cool, and you could do this in
VB.NET another way I'm sure, but then again, who cares....

But before you go "kernel digging". Know what your doing.

Good luck.
 
Get a book on Windows Network Programming ( the really serious ones). Your
requirement sounds like a high level fire wall to me. So first of all read
about fire-walls and try to get some source code also (you have to do some
intense searching on the internet, but I can assure you that there is some
source code out there). Understand the code, design your software with the
knowledge you have gained. if it is mandatory to develop it in VB.net then
you may have to map your knowledge to dotnet. In my view such a low-level
functionality is easier written in C than in a higher language like VB.net.
 
Hi Mahmoud,
If you don't know where to begin with this problem.
The only advise I can give you, think twice before you start it, this is not
only the Kernel etc.
You have to know all aspects from Internet.
(Till the aspect from why are there harmfull sites and who own them).
I think there have been a lot who did know where to start and did not
succeed.
I think when they did succeed, I should in your situation just buy the
package they did made.
Cor
 
Like you Cor, it would appear that English is not Mahmoud's first language.

Nevertheless, it is clear from his post that it is a college assignment and
therefore not starting it or buying a package are not an option for him.
 
Stephanie,
Nevertheless, it is clear from his post that it is a college assignment and
therefore not starting it or buying a package are not an option for him.
I don't believe you can buy a package as Mahmoud ask.
But for explaining that there is be needed more information.
And with that information I too should not be able to give a real good
answer.
It has to be multibrowser (maybe even old browsers).
I am wondering even if it is only for the W98, ME, NT, W2K and XP platform.
I first did make a message with some advises in it, but reading it over I
thought that has no end.
So I did make this answer.
Cor
 
Thanks to all how answerd my cALL and all that i am trying to do is just
to make my app watch IE or Netscape if the user enters a harmfull site
name my app redirct the browse to an Html bage that i hade made that
contans an error message that he cant go to this site

Thanks
 
Back
Top