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 / C++ / MFC
  4. Protect the running process - searching an old artical

Protect the running process - searching an old artical

Scheduled Pinned Locked Moved C / C++ / MFC
algorithmstutorialannouncement
4 Posts 4 Posters 1 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.
  • W Offline
    W Offline
    waqarazeem
    wrote on last edited by
    #1

    Hello! I am searching for an old artical that defines how to protect all the running processes from being modified by some other process or virus. It articulate about: for most of the time it is required that we should be alerted when something tries to alter our running processes. The source code provided was also release as an separate free downloadable product on author personal website. -- Waqar

    _ K 2 Replies Last reply
    0
    • W waqarazeem

      Hello! I am searching for an old artical that defines how to protect all the running processes from being modified by some other process or virus. It articulate about: for most of the time it is required that we should be alerted when something tries to alter our running processes. The source code provided was also release as an separate free downloadable product on author personal website. -- Waqar

      _ Offline
      _ Offline
      _Superman_
      wrote on last edited by
      #2

      Not sure if this is what you're looking for - Tamper Aware and Self Healing Code[^]

      «_Superman_»  _I love work. It gives me something to do between weekends.

      _Microsoft MVP (Visual C++)

      Polymorphism in C

      E 1 Reply Last reply
      0
      • _ _Superman_

        Not sure if this is what you're looking for - Tamper Aware and Self Healing Code[^]

        «_Superman_»  _I love work. It gives me something to do between weekends.

        _Microsoft MVP (Visual C++)

        Polymorphism in C

        E Offline
        E Offline
        Eytukan
        wrote on last edited by
        #3

        Jeffrey Walton - Wow that guy sounds like one *real man* we talk about.

        Starting to think people post kid pics in their profiles because that was the last time they were cute - Jeremy.

        1 Reply Last reply
        0
        • W waqarazeem

          Hello! I am searching for an old artical that defines how to protect all the running processes from being modified by some other process or virus. It articulate about: for most of the time it is required that we should be alerted when something tries to alter our running processes. The source code provided was also release as an separate free downloadable product on author personal website. -- Waqar

          K Offline
          K Offline
          krsmichael
          wrote on last edited by
          #4

          You can find an answer to this in the Secure Coding Cookbook. There are some elegant macros that you wrap around the methods you want to watch. Even if a checkpoint is set, the checksum of the method will change. Som compilers let you set the code segments to read only. You might want to read about that as well.

          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