Jump to content
YOUR-AD-HERE
HOSTING
TOOLS

Locked SwedHack !!! Crypter whit Obfuscate


neo22

Recommended Posts

  • 7 months later...

Re: SwedHack !!! Crypter whit Obfuscate

 

Error 4 Type 'AssemblyDefinition' is not defined.

Error 5 Type 'ModuleDefinition' is not defined.

 

 

??

 

 

Dim definition As AssemblyDefinition = AssemblyDefinition.ReadAssembly((Application.StartupPath & "\vStub.exe"))

Dim definition2 As ModuleDefinition

Link to comment
Share on other sites

Re: SwedHack !!! Crypter whit Obfuscate

 

Error 4 Type 'AssemblyDefinition' is not defined.

Error 5 Type 'ModuleDefinition' is not defined.

 

 

??

 

You need to make sure that the consuming project is targeting a .NET Framework version which is equal to or higher than the other project that it is referencing. If the referenced project is targeting a higher version of the framework, Visual Studio will not give you a useful message like, "Wrong Framework Version". Instead, it gives you a very confusing error about the assembly being missing, even though it's there.

 

1ª Read Rules >>> http://level23hacktools.com/forum/showthread.php?27696-Reglas-Rules-Leer-Las-Reglas-Generales-Del-Foro!&p=55279#post55279

 

2ª What version do you use? [MENTION=23872]xperiaz3[/MENTION]

Link to comment
Share on other sites

Guest
This topic is now closed to further replies.
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.