Click here to Skip to main content
15,898,222 members
Home / Discussions / C#
   

C#

 
QuestionDisplay variable value in Crystal Report Text Box Pin
mjawadkhatri18-Mar-10 20:43
mjawadkhatri18-Mar-10 20:43 
AnswerRe: Display variable value in Crystal Report Text Box Pin
Anubhava Dimri18-Mar-10 21:51
Anubhava Dimri18-Mar-10 21:51 
QuestionMessage Removed Pin
18-Mar-10 20:40
zafax_18-Mar-10 20:40 
AnswerRe: search items inside datagridview Pin
clfalh18-Mar-10 22:44
clfalh18-Mar-10 22:44 
GeneralRe: search items inside datagridview Pin
zafax_19-Mar-10 1:03
zafax_19-Mar-10 1:03 
GeneralRe: search items inside datagridview Pin
clfalh19-Mar-10 15:47
clfalh19-Mar-10 15:47 
GeneralRe: search items inside datagridview Pin
zafax_19-Mar-10 19:34
zafax_19-Mar-10 19:34 
QuestionProblem to add new type to external assembly via System.Reflection.Emit Pin
hdv21218-Mar-10 20:38
hdv21218-Mar-10 20:38 
QuestionHow to run a process forever Pin
Xelalem18-Mar-10 20:20
Xelalem18-Mar-10 20:20 
AnswerRe: How to run a process forever Pin
Calla18-Mar-10 20:50
Calla18-Mar-10 20:50 
GeneralRe: How to run a process forever Pin
Xelalem18-Mar-10 22:36
Xelalem18-Mar-10 22:36 
GeneralRe: How to run a process forever Pin
Mirko198018-Mar-10 22:50
Mirko198018-Mar-10 22:50 
GeneralRe: How to run a process forever Pin
Calla18-Mar-10 22:56
Calla18-Mar-10 22:56 
AnswerRe: How to run a process forever Pin
Anubhava Dimri18-Mar-10 21:54
Anubhava Dimri18-Mar-10 21:54 
GeneralRe: How to run a process forever Pin
Xelalem18-Mar-10 22:38
Xelalem18-Mar-10 22:38 
GeneralRe: How to run a process forever Pin
Richard MacCutchan18-Mar-10 22:45
mveRichard MacCutchan18-Mar-10 22:45 
GeneralRe: How to run a process forever Pin
Xelalem19-Mar-10 0:16
Xelalem19-Mar-10 0:16 
GeneralRe: How to run a process forever Pin
Keith Barrow19-Mar-10 0:54
professionalKeith Barrow19-Mar-10 0:54 
GeneralRe: How to run a process forever Pin
Anubhava Dimri18-Mar-10 23:15
Anubhava Dimri18-Mar-10 23:15 
AnswerRe: How to run a process forever Pin
Dave Kreskowiak19-Mar-10 2:05
mveDave Kreskowiak19-Mar-10 2:05 
GeneralRe: How to run a process forever Pin
Xelalem19-Mar-10 2:39
Xelalem19-Mar-10 2:39 
GeneralRe: How to run a process forever Pin
Dave Kreskowiak19-Mar-10 2:54
mveDave Kreskowiak19-Mar-10 2:54 
GeneralRe: How to run a process forever Pin
Xelalem19-Mar-10 3:51
Xelalem19-Mar-10 3:51 
GeneralRe: How to run a process forever Pin
Dave Kreskowiak19-Mar-10 12:28
mveDave Kreskowiak19-Mar-10 12:28 
Xelalem wrote:
+ websites that opens another websites(like unblockanything.com) cant fool it...


Wanna bet? Since you just told me how it works, I can fool your app quite easily. I can the possibility of your algorithm closing windows that it shouldn't and not catching others that it should.


Xelalem wrote:
Any ways i was thinking to disable rigedit,taskmgr,cmd,gpedit.msc


EASILY defeatable. These are things that are better handled by policy since the loader won't even start an application that's in the exception list. Your alogithm has to let the app start before you kill it, AND you also risk data loss by killing a process without exiting it gracefully.


The problem with black lists is that any technique dependant on them is following one of the 6 dubest ideas in computer security, "Enumeration of Badness". This means you're only catching stuff you know about. You're NOT catching the stuff you DON'T know about.

Password? I don't need a password to unlock this stuff. I can STILL kill your service whith all of the above tools disabled. Remember that "don't know about" part? Yeah...

Also, being a "web filter", disabling half the users system just to keep you filter running is hardly a viable concept. "I wanted something to filter bad websties and I got an application that won't allow me to do this, that, and these things either!" This alone will get your app uninstalled by just about every user who touches it.

A guide to posting questions on CodeProject[^]



Dave Kreskowiak
Microsoft MVP
Visual Developer - Visual Basic
     2006, 2007, 2008
But no longer in 2009...




AnswerRe: How to run a process forever Pin
Dave Kreskowiak19-Mar-10 2:53
mveDave Kreskowiak19-Mar-10 2:53 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.