Tag: enumeration

  • Playing With Process Handles

    Playing With Process Handles

    Process handle overview Let’s talk Handles! A process handle is simply an identifier handled by the system which allows Windows processes to reference and manipulate other processes within the OS environment. It’s essentially a pointer or an access token granted…