-
Notifications
You must be signed in to change notification settings - Fork 104
Open
Description
I'm using Visual Studio 2017 and can't get it to compile cleanly.
I'm getting 10 errors from various sections of the code:
Severity Code Description Project File Line Suppression State
Error CS1061 'IList<Resource>' does not contain a definition for 'Find' and no extension method 'Find' accepting a first argument of type 'IList<Resource>' could be found (are you missing a using directive or an assembly reference?) NoFuserEx C:\Users\home\Desktop\NoFuserEx-master\NoFuserEx\NoFuserEx\Deobfuscator\Deobfuscators\ResourcesDeobfuscator.cs 45 Active
Error CS1061 'MethodDef' does not contain a definition for 'HasParamDefs' and no extension method 'HasParamDefs' accepting a first argument of type 'MethodDef' could be found (are you missing a using directive or an assembly reference?) NoFuserEx C:\Users\home\Desktop\NoFuserEx-master\NoFuserEx\NoFuserEx\Deobfuscator\Deobfuscators\ResourcesDeobfuscator.cs 77 Active
Error CS1503 Argument 1: cannot convert from 'dnlib.DotNet.ICustomAttributeType' to 'System.Type' NoFuserEx C:\Users\home\Desktop\NoFuserEx-master\NoFuserEx\NoFuserEx\Deobfuscator\MemberCloner.cs 99 Active
Error CS1061 'Local' does not contain a definition for 'PdbAttributes' and no extension method 'PdbAttributes' accepting a first argument of type 'Local' could be found (are you missing a using directive or an assembly reference?) NoFuserEx C:\Users\home\Desktop\NoFuserEx-master\NoFuserEx\NoFuserEx\Deobfuscator\MemberCloner.cs 111 Active
Error CS1061 'Local' does not contain a definition for 'PdbAttributes' and no extension method 'PdbAttributes' accepting a first argument of type 'Local' could be found (are you missing a using directive or an assembly reference?) NoFuserEx C:\Users\home\Desktop\NoFuserEx-master\NoFuserEx\NoFuserEx\Deobfuscator\MemberCloner.cs 111 Active
Error CS0117 'Instruction' does not contain a definition for 'SequencePoint' NoFuserEx C:\Users\home\Desktop\NoFuserEx-master\NoFuserEx\NoFuserEx\Deobfuscator\MemberCloner.cs 117 Active
Error CS1061 'Instruction' does not contain a definition for 'SequencePoint' and no extension method 'SequencePoint' accepting a first argument of type 'Instruction' could be found (are you missing a using directive or an assembly reference?) NoFuserEx C:\Users\home\Desktop\NoFuserEx-master\NoFuserEx\NoFuserEx\Deobfuscator\MemberCloner.cs 117 Active
Error CS1503 Argument 1: cannot convert from 'string' to 'System.Reflection.AssemblyName' NoFuserEx C:\Users\home\Desktop\NoFuserEx-master\NoFuserEx\NoFuserEx\Deobfuscator\AssemblyCreator.cs 20 Active
Error CS1061 'MethodSpec' does not contain a definition for 'ResolveMethodDef' and no extension method 'ResolveMethodDef' accepting a first argument of type 'MethodSpec' could be found (are you missing a using directive or an assembly reference?) NoFuserEx C:\Users\home\Desktop\NoFuserEx-master\NoFuserEx\NoFuserEx\Deobfuscator\Deobfuscators\Constants\ConstantsDeobfuscator.cs 65 Active
Error CS1061 'MethodDef' does not contain a definition for 'HasParamDefs' and no extension method 'HasParamDefs' accepting a first argument of type 'MethodDef' could be found (are you missing a using directive or an assembly reference?) NoFuserEx C:\Users\home\Desktop\NoFuserEx-master\NoFuserEx\NoFuserEx\Deobfuscator\Deobfuscators\Constants\ConstantsDeobfuscator.cs 135 ActiveWhat am I missing?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels