From 43c22d36cd13a67ab28a22dc04caf272df606874 Mon Sep 17 00:00:00 2001 From: fjch1 Date: Sun, 15 May 2016 11:26:48 +0800 Subject: [PATCH 1/6] Disable type name rename(only type name) when marked with SerializableAttribute --- Confuser.Renamer/AnalyzePhase.cs | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Confuser.Renamer/AnalyzePhase.cs b/Confuser.Renamer/AnalyzePhase.cs index a2850f7cc..3da07cbdd 100644 --- a/Confuser.Renamer/AnalyzePhase.cs +++ b/Confuser.Renamer/AnalyzePhase.cs @@ -156,6 +156,9 @@ void Analyze(NameService service, ConfuserContext context, ProtectionParameters // Courtesy service.SetCanRename(type, false); } + else if (type.IsSerializable) { + service.SetCanRename(type, false); + } if (parameters.GetParameter(context, type, "forceRen", false)) return; From 3c9c29d9daf2f1259edf69054c5693d5d225a980 Mon Sep 17 00:00:00 2001 From: yck1509 Date: Fri, 1 Jul 2016 17:54:06 +0800 Subject: [PATCH 2/6] New final version! --- VERSION | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/VERSION b/VERSION index 09a3acfa1..afaf360d3 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.6.0 \ No newline at end of file +1.0.0 \ No newline at end of file From 3e3e4ae8ef01e3a169591e9b7803408e38cce7ca Mon Sep 17 00:00:00 2001 From: Ki Date: Sun, 27 Jan 2019 03:43:02 +0800 Subject: [PATCH 3/6] Update README.md --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index bc769d318..9f3bafce5 100644 --- a/README.md +++ b/README.md @@ -3,6 +3,10 @@ ConfuserEx ConfuserEx is a open-source protector for .NET applications. It is the successor of [Confuser](http://confuser.codeplex.com) project. +NOTICE +====== +This project is discontinued and unmaintained. Alternative forked projects can be found in [this issue](https://github.com/yck1509/ConfuserEx/issues/671). + Features -------- * Supports .NET Framework 2.0/3.0/3.5/4.0/4.5 @@ -38,4 +42,4 @@ See LICENSE file for details. Credits ------- **[0xd4d](https://github.com/0xd4d)** for his awesome work and extensive knowledge! -Members of **[Black Storm Forum](http://board.b-at-s.info/)** for their help! \ No newline at end of file +Members of **[Black Storm Forum](http://board.b-at-s.info/)** for their help! From 811160d1e396e698c8dca3e3c5674b2e7e93f0be Mon Sep 17 00:00:00 2001 From: Jingchao Feng Date: Tue, 14 May 2019 10:08:52 -0400 Subject: [PATCH 4/6] nuspec --- Confuser.CLI/Confuser.CLI.csproj | 3 +++ Confuser.CLI/Confuser.CLI.nuspec | 45 ++++++++++++++++++++++++++++++++ 2 files changed, 48 insertions(+) create mode 100644 Confuser.CLI/Confuser.CLI.nuspec diff --git a/Confuser.CLI/Confuser.CLI.csproj b/Confuser.CLI/Confuser.CLI.csproj index 47134b0bf..9dcada81f 100644 --- a/Confuser.CLI/Confuser.CLI.csproj +++ b/Confuser.CLI/Confuser.CLI.csproj @@ -90,6 +90,9 @@ Properties\ConfuserEx.snk + + + diff --git a/Confuser.CLI/Confuser.CLI.nuspec b/Confuser.CLI/Confuser.CLI.nuspec new file mode 100644 index 000000000..826ba1301 --- /dev/null +++ b/Confuser.CLI/Confuser.CLI.nuspec @@ -0,0 +1,45 @@ + + + + + Confuser.CLI + + + 1.0.0 + + + yck1509 + + + yck1509 + + + https://github.com/yck1509/ConfuserEx + + + MIT + + + false + + + An open-source, free protector for .NET applications + + + Copyright (c) 2014 yck1509 + + + + + + + \ No newline at end of file From 45d5a0080564a5e29b47252decd4989f5a72abaf Mon Sep 17 00:00:00 2001 From: Jingchao Feng Date: Tue, 14 May 2019 10:13:31 -0400 Subject: [PATCH 5/6] l --- Confuser.CLI/Confuser.CLI.nuspec | 3 --- 1 file changed, 3 deletions(-) diff --git a/Confuser.CLI/Confuser.CLI.nuspec b/Confuser.CLI/Confuser.CLI.nuspec index 826ba1301..53e72a7a4 100644 --- a/Confuser.CLI/Confuser.CLI.nuspec +++ b/Confuser.CLI/Confuser.CLI.nuspec @@ -19,9 +19,6 @@ https://github.com/yck1509/ConfuserEx - - MIT - - 1.0.0 + 1.0.1 yck1509