From df2c8dc27f1235f1575beefcff43aef9b7d08990 Mon Sep 17 00:00:00 2001 From: de4dot Date: Sun, 22 Sep 2013 14:45:26 +0200 Subject: [PATCH] Add latest dnlib version and update stuff that got renamed --- de4dot.code/deobfuscators/Confuser/ConstantsInliner.cs | 2 +- de4dot.code/deobfuscators/Confuser/Deobfuscator.cs | 4 ++-- dnlib | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/de4dot.code/deobfuscators/Confuser/ConstantsInliner.cs b/de4dot.code/deobfuscators/Confuser/ConstantsInliner.cs index c061de35..42e224df 100644 --- a/de4dot.code/deobfuscators/Confuser/ConstantsInliner.cs +++ b/de4dot.code/deobfuscators/Confuser/ConstantsInliner.cs @@ -29,7 +29,7 @@ namespace de4dot.code.deobfuscators.Confuser { SingleValueInliner singleValueInliner; DoubleValueInliner doubleValueInliner; - public bool ExecuteOnNoChange { get; set; } + public bool ExecuteIfNotModified { get; set; } public ConstantsInliner(Int32ValueInliner int32ValueInliner, Int64ValueInliner int64ValueInliner, SingleValueInliner singleValueInliner, DoubleValueInliner doubleValueInliner) { this.int32ValueInliner = int32ValueInliner; diff --git a/de4dot.code/deobfuscators/Confuser/Deobfuscator.cs b/de4dot.code/deobfuscators/Confuser/Deobfuscator.cs index 79ca8ba3..9b6b7064 100644 --- a/de4dot.code/deobfuscators/Confuser/Deobfuscator.cs +++ b/de4dot.code/deobfuscators/Confuser/Deobfuscator.cs @@ -112,11 +112,11 @@ namespace de4dot.code.deobfuscators.Confuser { public override IEnumerable BlocksDeobfuscators { get { var list = new List(); - list.Add(new ConstantsFolder { ExecuteOnNoChange = true }); + list.Add(new ConstantsFolder { ExecuteIfNotModified = true }); // Add this one last so all cflow is deobfuscated whenever it executes if (!startedDeobfuscating && int32ValueInliner != null) - list.Add(new ConstantsInliner(int32ValueInliner, int64ValueInliner, singleValueInliner, doubleValueInliner) { ExecuteOnNoChange = true }); + list.Add(new ConstantsInliner(int32ValueInliner, int64ValueInliner, singleValueInliner, doubleValueInliner) { ExecuteIfNotModified = true }); return list; } diff --git a/dnlib b/dnlib index fda808af..68457d32 160000 --- a/dnlib +++ b/dnlib @@ -1 +1 @@ -Subproject commit fda808afae435fe1259074dd129e0ba97b0091c1 +Subproject commit 68457d32d7c789e24be211cfded8ec1029ea985b