Search results

  1. H

    [Release] Source Detect Hidetoolz by giangho+

    #define WINNT 1 // Define for using EndTask API #include <windows.h> #include <conio.h> #include <stdio.h> struct ProcInfo { HWND hWnd; DWORD dwProcId; CHAR szTitle[255]; CHAR szClass[255]; }; void main() { DWORD dwProcId; HWND hWnd; ProcInfo...