コード例 #1
0
ファイル: Deobfuscator.cs プロジェクト: rastrup/de4dot
 protected override void ScanForObfuscator()
 {
     stringDecrypter = new StringDecrypter(Module);
     stringDecrypter.Find(DeobfuscatedFile);
     FindDotfuscatorAttribute();
 }
コード例 #2
0
ファイル: Deobfuscator.cs プロジェクト: GreenDamTan/de4dot
		protected override void ScanForObfuscator() {
			stringDecrypter = new StringDecrypter(module);
			stringDecrypter.Find(DeobfuscatedFile);
			FindDotfuscatorAttribute();
		}