From 5ff30e065c9f4527d0bd935c8be28e4cfbf7f282 Mon Sep 17 00:00:00 2001 From: Mrxn Date: Fri, 10 Jun 2022 22:48:13 +0800 Subject: [PATCH] =?UTF-8?q?add=20SerializationDumper=EF=BC=9A=E4=B8=80?= =?UTF-8?q?=E7=A7=8D=E4=BB=A5=E6=9B=B4=E6=98=93=E8=AF=BB=E7=9A=84=E5=BD=A2?= =?UTF-8?q?=E5=BC=8F=E8=BD=AC=E5=82=A8=20Java=20=E5=BA=8F=E5=88=97?= =?UTF-8?q?=E5=8C=96=E6=B5=81=E7=9A=84=E5=B7=A5=E5=85=B7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 3061a71..1f723c6 100644 --- a/README.md +++ b/README.md @@ -1254,6 +1254,7 @@ - [URLFinder:类似JSFinder的golang实现,更快更全更舒服](https://github.com/pingc0y/URLFinder) - [Memoryshell-JavaALL:收集内存马打入方式](https://github.com/achuna33/Memoryshell-JavaALL) - [codeql_compile:自动反编译闭源应用,创建codeql数据库](https://github.com/ice-doom/codeql_compile) +- [SerializationDumper:一种以更易读的形式转储 Java 序列化流的工具](https://github.com/NickstaDB/SerializationDumperc) ## 文章/书籍/教程相关