Logo Dark Logo SECURITY-BUFFOR LAIR RT Wiki Projects About
CTRL K
    GitHub
    CTRL K
      • About
      • My projects
      • RT Wiki
      • Usermode codesnippets that could be useful
        • Communication
          • HTTPApi - HTTP Server
          • WinHTTP - HTTP Communication
        • Cryptography
          • Bcrypt - AES256 CBC
          • Bcrypt - AES256 HMAC
          • Crypt32 - Base64
          • Crypt32 - RSA Keys
          • XOR
        • Process Synchronization
          • Kernel32 - Process Events
          • Kernel32 - Process Semaphores
          • NTDLL - Process Mutex
          • NTDLL - Process Threads
      • More
      • About
      • Lair ↗
      • Communication
        • HTTPApi - HTTP Server
        • WinHTTP - HTTP Communication
      • Cryptography
        • Bcrypt - AES256 CBC
        • Bcrypt - AES256 HMAC
        • Crypt32 - Base64
        • Crypt32 - RSA Keys
        • XOR
      • Process Synchronization
        • Kernel32 - Process Events
        • Kernel32 - Process Semaphores
        • NTDLL - Process Mutex
        • NTDLL - Process Threads
      • More
      • About
      • Lair ↗
      Edit this page on GitHub →
      Usermode codesnippets that could be useful
      Process Synchronization

      Process Synchronization

      Process Synchronization codesnippets:

      Kernel32 - Process Events Kernel32 - Process Threads Kernel32 - Process Mutex Kernel32 - Process semaphores