rookit
barenx
Art of Life
展开
-
侦测隐藏进程
侦测隐藏进程Detection of the hidden processes俄语原文:http://wasm.ru/article.php?article=hiddndt俄文翻译:kaohttp://community.reverse-engineering.net/viewtopic.php?t=4685中文翻译: prince后期校验:firstrose===============翻译 2008-03-27 22:43:00 · 1764 阅读 · 0 评论 -
VB 进程权限提升 代码
Attribute VB_Name = "Enable_Privileges"Option ExplicitOption Base 0Powered by barenxPrivate Declare Sub CloseHandle()Sub CloseHandle Lib "kernel32" (ByVal hPass As Long)Private Declare Function L原创 2008-03-29 02:25:00 · 2021 阅读 · 0 评论 -
在Win2K系统中隐藏进程的VC代码
在Win2K系统中隐藏进程的VC代码#includewindows.h> #includeAccctrl.h> #includeAclapi.h> //Powered by barenx#define NT_SUCCESS(Status) ((NTSTATUS)(Status) >= 0) #define STATUS_INFO_LENGTH_MISMATCH ((NTSTATUS)0转载 2008-03-28 00:00:00 · 1346 阅读 · 0 评论 -
VB 获取进程/模块信息 批量结束进程的代码
Attribute VB_Name = "Enume_Task"Option ExplicitOption Base 0Powered by barenxPrivate Declare Function GetSystemDirectory()Function GetSystemDirectory Lib "kernel32" Alias "GetSystemDirectoryA" (B原创 2008-03-29 02:29:00 · 2464 阅读 · 0 评论 -
在XP/2K系统中隐藏进程的VB代码
在XP/2K系统中隐藏进程的VB代码Attribute VB_Name = "modHideProcess"-------------------------------------------------------------------------------------模块名称:modHideProcess.bas模块功能:在 XP/2K 任务管理器的进程列表中隐藏转载 2008-03-28 00:04:00 · 1132 阅读 · 1 评论