Basic Security Features

Discussion in 'Win32' started by Hideo, Feb 2, 2012.

  1. Hideo

    Hideo New Member

    Joined:
    Feb 2, 2012
    Messages:
    1
    Likes Received:
    0
    Trophy Points:
    0
    I need some security features for my program. Here they are:

    1. An ability to block changing system time (OS level, WinXP+).
    2. An ability to block usage of Task Manager (WinXP+).
    3. An ability to block RegEdit usage (WinXP+).
    4. An ability to procedurally log-off a user.
    5. An ability to procedurally shutdown computer.
    6. A way to hide my program from Task Manager process list (to make it harder to disable security features).

    I would be grateful for some pointers how to implement that. I believe all the features I need are somewhere within Win32 API, but I can't find them easily.
     
  2. Scripting

    Scripting John Hoder

    Joined:
    Jun 29, 2010
    Messages:
    421
    Likes Received:
    57
    Trophy Points:
    0
    Occupation:
    School for life
    Location:
    /root
    Do you want exact code for each or rather some tips and explanation? :)
     
    Last edited: Feb 3, 2012

Share This Page

  1. This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
    By continuing to use this site, you are consenting to our use of cookies.
    Dismiss Notice