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. Application that can't be terminate or kill

Application that can't be terminate or kill

Scheduled Pinned Locked Moved C#
help
16 Posts 10 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.
  • P Pete OHanlon

    You and every other script kiddie on the planet.

    Deja View - the feeling that you've seen this post before.

    D Offline
    D Offline
    Developer611
    wrote on last edited by
    #3

    Sorry , bit I don't know you clear please illubrate in more details ...

    DMASTER

    P J 2 Replies Last reply
    0
    • D Developer611

      Sorry , bit I don't know you clear please illubrate in more details ...

      DMASTER

      P Offline
      P Offline
      Pete OHanlon
      wrote on last edited by
      #4

      Let me put it another way then. In Windows, you can't - an application can always be terminated. Obviously, embedded systems don't work like this, but they are outside the scope of this discussion. The application runs inside a process, and somebody with sufficient privileges must be able to kill a process. This is a by design behaviour, to prevent bad or runaway processes from trampling all over a system. More importantly, this behaviour prevents viruses and worms from taking total control of a system and being unstoppable.

      Deja View - the feeling that you've seen this post before.

      1 Reply Last reply
      0
      • D Developer611

        Sorry , bit I don't know you clear please illubrate in more details ...

        DMASTER

        J Offline
        J Offline
        J4amieC
        wrote on last edited by
        #5

        Developer611 wrote:

        please illubrate in more details ...

        Illubration: An application that cannot be terminated by the user is what every virus-writing, lowlife, script-kiddie excuse-for-a-programmer wishes was possible.

        --- How to get answers to your questions[^]

        D 1 Reply Last reply
        0
        • J J4amieC

          Developer611 wrote:

          please illubrate in more details ...

          Illubration: An application that cannot be terminated by the user is what every virus-writing, lowlife, script-kiddie excuse-for-a-programmer wishes was possible.

          --- How to get answers to your questions[^]

          D Offline
          D Offline
          Developer611
          wrote on last edited by
          #6

          do you know any way?

          DMASTER

          C J 2 Replies Last reply
          0
          • D Developer611

            do you know any way?

            DMASTER

            C Offline
            C Offline
            Colin Angus Mackay
            wrote on last edited by
            #7

            Why would you want to do this? Why do you want your application never to be killed or terminated?


            Upcoming events: * Glasgow: Mock Objects, SQL Server CLR Integration, Reporting Services, db4o, Dependency Injection with Spring ... "I wouldn't say boo to a goose. I'm not a coward, I just realise that it would be largely pointless." My website

            D 2 Replies Last reply
            0
            • C Colin Angus Mackay

              Why would you want to do this? Why do you want your application never to be killed or terminated?


              Upcoming events: * Glasgow: Mock Objects, SQL Server CLR Integration, Reporting Services, db4o, Dependency Injection with Spring ... "I wouldn't say boo to a goose. I'm not a coward, I just realise that it would be largely pointless." My website

              D Offline
              D Offline
              Developer611
              wrote on last edited by
              #8

              why you ask? i like it... :mad:

              DMASTER

              D 1 Reply Last reply
              0
              • C Colin Angus Mackay

                Why would you want to do this? Why do you want your application never to be killed or terminated?


                Upcoming events: * Glasgow: Mock Objects, SQL Server CLR Integration, Reporting Services, db4o, Dependency Injection with Spring ... "I wouldn't say boo to a goose. I'm not a coward, I just realise that it would be largely pointless." My website

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

                while(1) { if (you dont know) { tell me dont know } else { tell me any thing you know } }

                DMASTER

                D L L 3 Replies Last reply
                0
                • D Developer611

                  while(1) { if (you dont know) { tell me dont know } else { tell me any thing you know } }

                  DMASTER

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

                  In the abstract (as in know what parts of win32 to start googling on) there are a number of people here who probably could do it. *BUT* hell will freeze over before any of us help you write malware! :mad::mad:

                  -- You have to explain to them [VB coders] what you mean by "typed". their first response is likely to be something like, "Of course my code is typed. Do you think i magically project it onto the screen with the power of my mind?" --- John Simmons / outlaw programmer

                  1 Reply Last reply
                  0
                  • D Developer611

                    I want source of an application that nobody can kill or terminate it . please help me as soon as possible ...

                    DMASTER

                    S Offline
                    S Offline
                    Sam_c
                    wrote on last edited by
                    #11

                    it is possible but its only a preventative from accidental termination if someone really wants to stop your process they can. i'm not going to post code because it less about code and more about common sense in program design any programmer worth his salt can do it. oh and i like to easily kill processes myself instead of having hunt through process explorer, so i don’t like the idea personally :) some application require it (AV, security, system dependent Software) other like the above posts stated just cause pain for myself and other people. good luck what are you working on out of interest?

                    Code Project Lounge 101 by John Cardinal

                    1 Reply Last reply
                    0
                    • D Developer611

                      do you know any way?

                      DMASTER

                      J Offline
                      J Offline
                      J4amieC
                      wrote on last edited by
                      #12

                      Developer611 wrote:

                      do you know any way?

                      How much is it worth to you?

                      --- How to get answers to your questions[^]

                      1 Reply Last reply
                      0
                      • D Developer611

                        while(1) { if (you dont know) { tell me dont know } else { tell me any thing you know } }

                        DMASTER

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

                        Wow. This is just plain rude. Some of the experienced programmers probably could do it, but they are not going to because: 1) The whole idea of it seems malicious 2) You are being rude

                        _____________________________________________ Flea Market! It's just like...it's just like...A MINI-MALL!

                        1 Reply Last reply
                        0
                        • D Developer611

                          why you ask? i like it... :mad:

                          DMASTER

                          D Offline
                          D Offline
                          Dave Kreskowiak
                          wrote on last edited by
                          #14

                          What part of "ITS NOT POSSIBLE" don't you understand???

                          Developer611 wrote:

                          why you ask? i like it...

                          This is the typical response we expect from a script-kiddie to a questio nsuch as yours. There is NO LEGITIMATE reason to want to do this, and as such, your attitude justifies my response stated in the first line of this post. For you - It's not possible. For someone with a LEGITIMATE reason, it's possible, but will not be discussed out in the open because of the extremely sensitive nature of the process and it's possibility for abusive use.

                          A guide to posting questions on CodeProject[^]
                          Dave Kreskowiak Microsoft MVP Visual Developer - Visual Basic
                               2006, 2007

                          1 Reply Last reply
                          0
                          • D Developer611

                            while(1) { if (you dont know) { tell me dont know } else { tell me any thing you know } }

                            DMASTER

                            L Offline
                            L Offline
                            Luc Pattyn
                            wrote on last edited by
                            #15

                            Well, you discovered it yourself: the never ending program. It does not need any I/O, does not consume disk space, it will keep on running forever, increasing the Universe's entropy, completely ignoring Al Gore. Good for you.

                            Luc Pattyn


                            try { [Search CP Articles] [Search CP Forums] [Forum Guidelines] [My Articles] } catch { [Google] }


                            1 Reply Last reply
                            0
                            • D Developer611

                              I want source of an application that nobody can kill or terminate it . please help me as soon as possible ...

                              DMASTER

                              I Offline
                              I Offline
                              Ihtesham 0
                              wrote on last edited by
                              #16

                              http://www.codeproject.com/Messages/3396222/Unstoppable-process-from-Task-Manager.aspx[^]

                              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