diff --git a/README.md b/README.md index 08df55e..cf8f837 100644 --- a/README.md +++ b/README.md @@ -10,10 +10,24 @@ Provides monitoring of system behaviors such as processes, files, registry, and ![](./doc/all.gif) ![](./doc/main_en.png) + ![](./doc/address_en.png) + ![](./doc/detail.png) +![](./doc/snapshot.png) + +![](./doc/dll.png) + ## Version +### 2.1(2022.10.5) +- Added event snapshot support + - Snapshot support sorting +- Add dynamic library load analysis (Properties - Dependency) + - It can be analyzed that DLLs are lost and that DLLs are at risk of being hijacked +- Fixed a crash caused by finding any column + +Thanks to sagasm for your feedback. ### 2.0(2022.09.14) diff --git a/README_zh.md b/README_zh.md index 9fbf086..be4495d 100644 --- a/README_zh.md +++ b/README_zh.md @@ -1,7 +1,3 @@ -> iMonitor开始是开源的版本,因为有热心的网友反馈说缺少驱动的源码属于假开源,我们认真听取了建议,从2.0开始,iMonitor将不再开源,源码只提供给购买了授权的企业客户。同时重新设计了插件框架,简化一个低成本就可以扩展iMonitor的方式。插件的源码仍然开源,如果需要扩展功能的,可以参考src/plugins目录,自己实现扩展插件。3.0会添加脚本支持,同时添加扩展市场,让扩展更加方便。 -> -> 对iMonitor有所贡献的(比如提供了插件、工作区等),评估通过后仍然可以申请源码。 - ## 简介 iMonitor(冰镜 - 终端行为分析系统)是一款基于[iMonitorSDK](https://iMonitorSDK.com)的开源终端行为监控分析软件。 @@ -12,11 +8,27 @@ iMonitor(冰镜 - 终端行为分析系统)是一款基于[iMonitorSDK](http ![](./doc/all.gif) ![](./doc/main.png) + ![](./doc/address.png) + ![](./doc/detail.png) +![](./doc/snapshot.png) + +![](./doc/dll.png) + ## 更新说明 +### 2.1(2022.10.5) + +- 添加事件快照支持 + - 快照支持排序 +- 添加动态库加载分析(属性 - Dependency) + - 可以分析Dll丢失、Dll存在挟持风险 +- 修复查找任意列导致的崩溃问题 + +感谢sagasm反馈的使用意见。 + ### 2.0(2022.09.14) - 添加展示列的管理,可以定制需要显示的数据 diff --git a/doc/dll.png b/doc/dll.png new file mode 100644 index 0000000..5d5db60 Binary files /dev/null and b/doc/dll.png differ diff --git a/doc/snapshot.png b/doc/snapshot.png new file mode 100644 index 0000000..4a0aaa4 Binary files /dev/null and b/doc/snapshot.png differ