nyxiscoo1 / obfuscar

Automatically exported from code.google.com/p/obfuscar
0 stars 0 forks source link

Obfuscar not working for 64 bit assemblies #49

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1.Compile the assemblies in 64 bit mode saving them in one folder;
2.Compile the assemblies in 32 bit mode saving them in another folder;
3.Run both the assemblies. Ok, they run;
3.Run obfuscar on each of the assemblies;
4.Try to execute them both again;

What is the expected output? What do you see instead?
Both assemblies should work. Only the 32 bit compiled works

What version of the product are you using? On what operating system?
Obfuscar 2.0.0

Please provide any additional information below.

Original issue reported on code.google.com by ezql.bar...@gmail.com on 16 May 2013 at 9:31