CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Mar 1999
    Posts
    1

    Re: hide application from ctrl+alt+del screen



    You can give a false couple module-name/description in your project to provide a misleading information. To hide your app from the list of tasks, you can write a resident app or inject your code in a system DLL or exploit a buffer overflow to modify the return value of a function from the stack and then execute your code, etc.

    There is another possibility, while not legal: make a false digital signature of your app to fool the Windows system and get a 'system' status (not all the processes of Windows are visible in the Ctrl-Alt-Del window).


    If you have other suggestions from other persons, I am curious to know about them.


    Sincerely,


    PG

  2. #2
    Join Date
    Mar 1999
    Posts
    3

    Re: hide application from ctrl+alt+del screen



    hi

    how to change the digital signature

    can u tell me more about this,

    looking for ur reply!!

    -bye

    anand

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured