Skip to content

Commit d7b7f0d

Browse files
committed
docs: update CHANGELOG
1 parent 6a0f1cf commit d7b7f0d

File tree

1 file changed

+6
-12
lines changed

1 file changed

+6
-12
lines changed

CHANGELOG.md

Lines changed: 6 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
88
## [v2.0.0](https://github.com/ReaJason/MemShellParty/releases/tag/v1.10.0) - 2025-08-13
99

1010
> [!WARNING]
11-
> 为了区分内存马和探测马,部分类名和接口做了调整,如果使用了
12-
> SDK,需要参考:[examples/memshell-party-maven-example](https://github.com/ReaJason/MemShellParty/tree/master/examples/memshell-party-maven-example)
13-
> 进行调整。
11+
> 为了区分内存马和探测马,部分类名和接口做了调整,如果使用了 SDK,需要参考:[examples/memshell-party-maven-example](https://github.com/ReaJason/MemShellParty/tree/master/examples/memshell-party-maven-example) 进行调整。
1412
1513
### Added
1614

@@ -28,18 +26,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2826

2927
### Changed
3028

31-
- **简化 Server 类型选择,例如 JBossEAP7 和 WildFly 选择 Undertow** (by @zema1 #74)
32-
- **去除注入器中静态代码块调用构造方法,减少注入动作的触发**(可能会导致部分 `Class.forName("name", true, loader)`
33-
的场景注入失败,后续会添加字节码 Web 工具进行这块的处理)
29+
- **简化 Server 类型选择,例如 JBossEAP7 和 WildFly 选择 Undertow** (#74 by @zema1)
30+
- **去除注入器中静态代码块调用构造方法,减少注入动作的触发**(可能会导致部分 `Class.forName("name", true, loader)` 的场景注入失败,后续会添加字节码 Web 工具进行这块的处理)
3431
- 简化 Tomcat AgentInjector 的代码
3532
- 前端 module 分包减少单个 js 体积,加快首次加载速度
36-
- 移除 memshell-party-bom 模块,改用
37-
gradle/libs.versions.toml,参考:[Use Version Catalogs to Centralize Dependency Versions](https://docs.gradle.org/current/userguide/best_practices_dependencies.html#use_version_catalogs)
38-
- 使用 build-logic 替代
39-
buildSrc,加快构建速度,参考:[Favor build-logic Composite Builds for Build Logic](https://docs.gradle.org/current/userguide/best_practices_general.html#favor_composite_builds)
33+
- 移除 memshell-party-bom 模块,改用 gradle/libs.versions.toml,参考:[Use Version Catalogs to Centralize Dependency Versions](https://docs.gradle.org/current/userguide/best_practices_dependencies.html#use_version_catalogs)
34+
- 使用 build-logic 替代 buildSrc,加快构建速度,参考:[Favor build-logic Composite Builds for Build Logic](https://docs.gradle.org/current/userguide/best_practices_general.html#favor_composite_builds)
4035
- 从 generator 模块中分离 payload 生成代码并合并 deserialize 模块为 packer 模块
41-
- 使用 i18 扁平化 key,并使用 namespace 区分 MemShell 和 ProbeShell
42-
的字段,参考:[RSSNext/Folo/zh-CN.json](https://github.com/RSSNext/Folo/blob/dev/locales/common/zh-CN.json)
36+
- 使用 i18 扁平化 key,并使用 namespace 区分 MemShell 和 ProbeShell 的字段,参考:[RSSNext/Folo/zh-CN.json](https://github.com/RSSNext/Folo/blob/dev/locales/common/zh-CN.json)
4337
- 升级 gradle-maven-publish-plugin 插件版本,简化打包指令
4438
- 统一生成内存马类过程中抛出异常为 GenerationException,并单独设置 GlobalExceptionHandler
4539

0 commit comments

Comments
 (0)