Skip to content

Commit

Permalink
1.0.0.10:
Browse files Browse the repository at this point in the history
1.修复枚举线程模块BUG
2.优化检测更新
3.新增枚举/移除注册表监控修改回调(注册表窗口右键TREE控件)
  • Loading branch information
小丑aq committed Oct 21, 2019
1 parent c282f0c commit 17aae33
Show file tree
Hide file tree
Showing 5 changed files with 33 additions and 5 deletions.
20 changes: 19 additions & 1 deletion Hash.txt
Original file line number Diff line number Diff line change
Expand Up @@ -86,4 +86,22 @@ MD5: C0D511FA3F98ECE0DE7B7E40568BFB0A
SHA1: F6888506DAE854EE9B653D6868D4A784284E78F1
CRC32: C618B639

////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////

File: \YDArk.exe
Size: 10541056 bytes
File Version: 1.0.0.10
Modified: 2019年10月21日, 12:56:22
MD5: 62069718F9D4E54FEC4B5E75C629DF13
SHA1: FE452485483FDA8D690C7FB343713A42E160EA0E
CRC32: EE0D1BD4

File: YDArkDrv.sys
Size: 4314624 bytes
File Version: 1.0.0.10
Modified: 2019年10月21日, 12:56:12
MD5: A329BF76132CE81D59DF40B9400B1C67
SHA1: 9124328BE4E980F3919A1E5F300F0ED067D4C4C1
CRC32: FE0B9777

////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
9 changes: 7 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
已实现的功能:
01.支持F5刷新
// 进程
02.进程(Del键普通杀进程)/模块/模块/线程/句柄(可修改权限)/窗口/内存/定时器/热键
02.进程(Del键普通杀进程)/模块/模块/线程/句柄(F2编辑句柄权限)/窗口/内存/定时器/热键

// 驱动模块
03.驱动模块查看
Expand Down Expand Up @@ -54,7 +54,7 @@
22.查看Ndis函数

// 注册表
23.枚举注册表/删除/新建/重命名注册表键(KEY)和注册表值(VALUE)
23.枚举注册表/删除/新建/重命名注册表键(KEY)和注册表值(VALUE)/监控修改回调

// 文件
24.枚举文件/新建/解锁/删除/重启删除/重启替换/重命名/拷入拷出/拖入文件列表框
Expand Down Expand Up @@ -83,3 +83,8 @@
2.新增对进程svchost.exe显示服务模块
3.枚举枚举/启动/停止/暂停/恢复/重启服务
4.新增枚举/禁用/启用/删除任务计划

1.0.0.10:
1.修复枚举线程模块BUG
2.优化检测更新
3.新增枚举/移除注册表监控修改回调(注册表窗口右键TREE控件)
Binary file modified YDArk.exe
Binary file not shown.
Binary file modified YDArkDrv.sys
Binary file not shown.
9 changes: 7 additions & 2 deletions 说明.txt
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
已实现的功能:
01.支持F5刷新
// 进程
02.进程(Del键普通杀进程)/模块/模块/线程/句柄(可修改权限)/窗口/内存/定时器/热键
02.进程(Del键普通杀进程)/模块/模块/线程/句柄(F2编辑句柄权限)/窗口/内存/定时器/热键

// 驱动模块
03.驱动模块查看
Expand Down Expand Up @@ -53,7 +53,7 @@
22.查看Ndis函数

// 注册表
23.枚举注册表/删除/新建/重命名注册表键(KEY)和注册表值(VALUE)
23.枚举注册表/删除/新建/重命名注册表键(KEY)和注册表值(VALUE)/监控修改回调

// 文件
24.枚举文件/新建/解锁/删除/重启删除/重启替换/重命名/拷入拷出/拖入文件列表框
Expand Down Expand Up @@ -82,3 +82,8 @@
2.新增对进程svchost.exe显示服务模块
3.枚举枚举/启动/停止/暂停/恢复/重启服务
4.新增枚举/禁用/启用/删除任务计划

1.0.0.10:
1.修复枚举线程模块BUG
2.优化检测更新
3.新增枚举/移除注册表监控修改回调(注册表窗口右键TREE控件)

0 comments on commit 17aae33

Please sign in to comment.