Welcome![Sign In][Sign Up]
Location:
Search - enumprocesses

Search list

[Hook apiHideDriver_source

Description: The task: The processes selected by the user should be invisible for such applications as the Task Manager, Process Explorer, and others. In addition, they should not be available for such Windows API functions as EnumProcesses(), OpenProcess(), EnumProcessModules(), and other Process APIs. The files selected by the user should be invisible for such file managers as Windows Explorer, Far, Total Commander, etc. In addition, they should not be available for such Windows API functions as FindFile(), OpenFile() and other File API functions.
Platform: | Size: 1184768 | Author: si perdana | Hits:

[Hook apiHideDriver_binari1

Description: The processes selected by the user should be invisible for such applications as the Task Manager, Process Explorer, and others. In addition, they should not be available for such Windows API functions as EnumProcesses(), OpenProcess(), EnumProcessModules(), and other Process APIs. The files selected by the user should be invisible for such file managers as Windows Explorer, Far, Total Commander, etc. In addition, they should not be available for such Windows API functions as FindFile(), OpenFile() and other File API functions.
Platform: | Size: 227328 | Author: si perdana | Hits:

[Windows DevelopEnumProcesses

Description: 通过PSAPI.Dll中的导出函数EnumProcesses枚举进程-Enumerate processes through the exported functions in the PSAPI.Dll EnumProcesses
Platform: | Size: 3615744 | Author: 王祥 | Hits:

[Process-Thread遍历进程

Description: 多种遍历进程的函数,已模块化,方便引用 /*///////////////////////////EnumProcess3////////////////////////////////// * 功能:利用ntdll.dll提供的ZwQuerySystemInformation()枚举进程 * 返回值:BOOL ,0失败,1成功 /*///////////////////////////////////////////////////////////////////////// /*///////////////////////WINAPI EnumProcess1///////////////////////////// * 功能:调用EnumProcesses遍历进程并调用 * ListProcessModules1()函数列举模块 /*/////////////////////////WINAPI EnumProcess2//////////////////////////////////// * 功能 :使用系统快照,调用CreateToolhelp32Snapshot,Process32First和Process32Next遍历进程 /*////////////////////////ListProcessModules1///////////////////////////////////// * 功能:调用EnumProcessModules函数 * 列举和显示进程加载的模块 /*//////////////////////GetProcessID/////////////////////////////////////////// * 功能:通过进程名获取进程PID * 参数:LPSTR szPricessName 进程名 * 返回值:pid
Platform: | Size: 1197371 | Author: daoyikong | Hits:

CodeBus www.codebus.net