Click here to Skip to main content
15,900,705 members
Home / Discussions / C#
   

C#

 
QuestionWindows API(kernel) Pin
bryandel4-Jan-06 6:46
bryandel4-Jan-06 6:46 
AnswerRe: Windows API(kernel) Pin
Mohamad Al Husseiny4-Jan-06 6:58
Mohamad Al Husseiny4-Jan-06 6:58 
GeneralRe: Windows API(kernel) Pin
bryandel4-Jan-06 16:27
bryandel4-Jan-06 16:27 
AnswerRe: Windows API(kernel) Pin
User 5838524-Jan-06 18:29
User 5838524-Jan-06 18:29 
GeneralRe: Windows API(kernel) Pin
bryandel4-Jan-06 23:17
bryandel4-Jan-06 23:17 
GeneralRe: Windows API(kernel) Pin
User 5838525-Jan-06 10:38
User 5838525-Jan-06 10:38 
AnswerRe: Windows API(kernel) Pin
NassosReyzidis4-Jan-06 21:50
NassosReyzidis4-Jan-06 21:50 
GeneralRe: Windows API(kernel) Pin
bryandel4-Jan-06 23:47
bryandel4-Jan-06 23:47 
Thank you very much for the link. I really appreciate it.

Details:
"ProcessGuard stops applications from executing without the users consent, stops malicious worms and trojans from being executed silently in the background."

Based on this C++ article "Hooking NtCreateSection() is a much more reasonable thing to do - if we intercept a call to NtCreateSection() with the request of mapping the executable file as an image (SEC_IMAGE attribute), combined with the request of page protection that allows execution, we can be sure that the process is about to be launched. At this point we are able to take a decision, and, in case if we don't want the process to be created, make NtCreateSection() return STATUS_ACCESS_DENIED. Therefore, in order to gain full control over process creation on the target machine, all we have to do is to hook NtCreateSection() on a system-wide basis.'"

NtCreateSection() is from ntdll.dll. I'm trying to import it but I don't know how to use it. I hope you can help me more. Again thanks for the link Smile | :)
GeneralRe: Windows API(kernel) Pin
NassosReyzidis5-Jan-06 2:26
NassosReyzidis5-Jan-06 2:26 
GeneralRe: Windows API(kernel) Pin
bryandel5-Jan-06 3:06
bryandel5-Jan-06 3:06 
GeneralRe: Windows API(kernel) Pin
NassosReyzidis9-Jan-06 1:24
NassosReyzidis9-Jan-06 1:24 
QuestionConvert from string to a color Pin
nunom_c4-Jan-06 6:46
nunom_c4-Jan-06 6:46 
AnswerRe: Convert from string to a color Pin
cobyjone4-Jan-06 6:52
cobyjone4-Jan-06 6:52 
QuestionC# WebBroswer Event not firing? Pin
mjmcinto4-Jan-06 6:41
mjmcinto4-Jan-06 6:41 
AnswerRe: C# WebBroswer Event not firing? Pin
Judah Gabriel Himango4-Jan-06 7:45
sponsorJudah Gabriel Himango4-Jan-06 7:45 
GeneralRe: C# WebBroswer Event not firing? Pin
mjmcinto4-Jan-06 10:41
mjmcinto4-Jan-06 10:41 
QuestionWheres my Size Grip Gone? Pin
big_trev4-Jan-06 6:23
big_trev4-Jan-06 6:23 
AnswerRe: Wheres my Size Grip Gone? Pin
Insincere Dave4-Jan-06 10:37
Insincere Dave4-Jan-06 10:37 
AnswerRe: Wheres my Size Grip Gone? Pin
Roy Heil4-Jan-06 10:42
professionalRoy Heil4-Jan-06 10:42 
Questionscroll bar in mdi form c# Pin
fady_sayegh4-Jan-06 6:18
fady_sayegh4-Jan-06 6:18 
QuestionHow to know when client disconnect from socket Pin
Sanjay Rajdev4-Jan-06 4:52
Sanjay Rajdev4-Jan-06 4:52 
AnswerRe: How to know when client disconnect from socket Pin
mcljava5-Jan-06 18:44
mcljava5-Jan-06 18:44 
QuestionDelay in TextChanged Event of ComboBox Pin
thepolishguy4-Jan-06 3:17
thepolishguy4-Jan-06 3:17 
AnswerRe: Delay in TextChanged Event of ComboBox Pin
Judah Gabriel Himango4-Jan-06 7:52
sponsorJudah Gabriel Himango4-Jan-06 7:52 
QuestionCOM Form From Handle Pin
cobyjone4-Jan-06 3:10
cobyjone4-Jan-06 3:10 

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.