From e9e5e174e7a89594ab8b8892fad435b7c8918a4e Mon Sep 17 00:00:00 2001 From: ReaJason Date: Sun, 30 Mar 2025 15:30:38 +0800 Subject: [PATCH] docs: update CHANGELOG --- CHANGELOG.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5a38369b..4fe9d206 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,11 +5,15 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -## [v1.6.0](https://github.com/ReaJason/MemShellParty/releases/tag/v1.6.0) - 2025-03-24 +## [v1.6.0](https://github.com/ReaJason/MemShellParty/releases/tag/v1.6.0) - 2025-03-30 + +> 做代码生成以及代码混淆真是一件需要耐心的事情 ### Added - 支持自定义内存马生成(#49)by @ReaJason +- 支持命令回显 ASM Agent 内存马(#51)by @ReaJason +- 支持简易的代码混淆(#13)by @ReaJason - 支持自动发布 DEV 分支代码 CD ### Changed