File tree Expand file tree Collapse file tree 1 file changed +21
-3
lines changed
Expand file tree Collapse file tree 1 file changed +21
-3
lines changed Original file line number Diff line number Diff line change @@ -5,15 +5,33 @@ All notable changes to this project will be documented in this file.
55The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.1.0/ ) ,
66and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
77
8+ ## [ v1.7.0] ( https://github.com/ReaJason/MemShellParty/releases/tag/v1.7.0 ) - 2025-04-06
9+
10+ ### Added
11+
12+ - 支持发布到 MavenCentral,可通过引入依赖使用生成 API by @ReaJason (#41 )
13+ - 支持 CC3、CC4 反序列化 payload 打包方式
14+ - 支持随机参数生成与默认选项(#50 )
15+
16+ ### Changed
17+
18+ - 去除代码混淆相关代码
19+ - 为了更好地在 MavenCentral 展示,重命名部分模块
20+ - 使用 Jackson 代替 Fastjson 降低 boot 打包体积
21+ - 移除 commons-codec 降低 boot 打包体积
22+ - 升级 shadcn/ui 所有 component 代码
23+
24+ ** Full Changelog:** [ v1.6.0...v1.7.0] ( https://github.com/ReaJason/MemShellParty/compare/v1.6.0...v1.7.0 )
25+
826## [ v1.6.0] ( https://github.com/ReaJason/MemShellParty/releases/tag/v1.6.0 ) - 2025-03-30
927
1028> 做代码生成以及代码混淆真是一件需要耐心的事情
1129
1230### Added
1331
14- - 支持自定义内存马生成( # 49 ) by @ReaJason
15- - 支持命令回显 ASM Agent 内存马( # 51 ) by @ReaJason
16- - 支持简易的代码混淆( # 13 ) by @ReaJason
32+ - 支持自定义内存马生成 by @ReaJason ( # 49 )
33+ - 支持命令回显 ASM Agent 内存马 by @ReaJason ( # 51 )
34+ - 支持简易的代码混淆 by @ReaJason ( # 13 )
1735- 支持自动发布 DEV 分支代码 CD
1836
1937### Changed
You can’t perform that action at this time.
0 commit comments