User profile: sw143

User info
User name:sw143
Statistical data
Gender:Male
Occupation:Programmer
Skills:C
C++
Assembly
History
Joined:
Number of posts:16
Latest posts:

How to protect my process from being killed???
Hi, could You show what DACL do You set by [code]SetKernelObjectSecurity[/code] ? Are You sure You d...

Just started Windows api....
Hi, [quote]undefined reference[/quote] means that symbol (of function/variable) is declared at comp...

How to use the NTTerminateProcess Function windows ?
Hi arvind333, I guess You want rather to use TerminateProcess. Genarally, ZwXXX and NtXXX (with som...

What do I need to do so my code can influence other programs?
[b]If you're going to write bot program simulating real user you probably need:[/b] - To read whole...

Problem with Switch,do-while
You can write own function to check does given string is a correct number by scanning characters in ...