UTF8String was moved to DotNet ns. Fix code

This commit is contained in:
de4dot 2012-11-10 00:45:04 +01:00
parent 311a3c9c05
commit 7b0ba43248
8 changed files with 4 additions and 9 deletions

View File

@ -21,7 +21,6 @@ using System;
using System.Collections.Generic; using System.Collections.Generic;
using dot10.DotNet; using dot10.DotNet;
using dot10.DotNet.Emit; using dot10.DotNet.Emit;
using dot10.DotNet.MD;
namespace de4dot.blocks { namespace de4dot.blocks {
public enum FrameworkType { public enum FrameworkType {

View File

@ -21,7 +21,7 @@ using System;
using System.Collections.Generic; using System.Collections.Generic;
using System.IO; using System.IO;
using System.Text; using System.Text;
using dot10.DotNet.MD; using dot10.DotNet;
using dot10.IO; using dot10.IO;
namespace de4dot.code { namespace de4dot.code {

View File

@ -22,7 +22,6 @@ using System.Collections.Generic;
using dot10.IO; using dot10.IO;
using dot10.PE; using dot10.PE;
using dot10.DotNet; using dot10.DotNet;
using dot10.DotNet.MD;
using de4dot.blocks; using de4dot.blocks;
using de4dot.PE; using de4dot.PE;
@ -316,7 +315,7 @@ namespace de4dot.code.deobfuscators.Agile_NET {
addResources("Obfuscator protection files"); addResources("Obfuscator protection files");
} }
module.Cor20HeaderFlags |= ComImageFlags.ILOnly; module.IsILOnly = true;
base.deobfuscateEnd(); base.deobfuscateEnd();
} }

View File

@ -19,7 +19,7 @@
using System; using System;
using System.Collections.Generic; using System.Collections.Generic;
using dot10.DotNet.MD; using dot10.DotNet;
namespace de4dot.code.renamer { namespace de4dot.code.renamer {
class ExistingNames { class ExistingNames {

View File

@ -22,7 +22,6 @@ using System.Collections.Generic;
using System.Text.RegularExpressions; using System.Text.RegularExpressions;
using dot10.DotNet; using dot10.DotNet;
using dot10.DotNet.Emit; using dot10.DotNet.Emit;
using dot10.DotNet.MD;
using de4dot.code.renamer.asmmodules; using de4dot.code.renamer.asmmodules;
using de4dot.blocks; using de4dot.blocks;

View File

@ -21,7 +21,6 @@ using System;
using System.Collections.Generic; using System.Collections.Generic;
using dot10.DotNet; using dot10.DotNet;
using dot10.DotNet.Emit; using dot10.DotNet.Emit;
using dot10.DotNet.MD;
using de4dot.blocks; using de4dot.blocks;
using de4dot.code.renamer.asmmodules; using de4dot.code.renamer.asmmodules;

View File

@ -20,7 +20,6 @@
using System; using System;
using System.Collections.Generic; using System.Collections.Generic;
using dot10.DotNet; using dot10.DotNet;
using dot10.DotNet.MD;
using de4dot.blocks; using de4dot.blocks;
namespace de4dot.code.renamer.asmmodules { namespace de4dot.code.renamer.asmmodules {

2
dot10

@ -1 +1 @@
Subproject commit 28f4da1d712e3953251a2af4955f95e0045fe12e Subproject commit a3370c820719a2ee12cf58c173f3dfb7283a612b