AxDSan / obfuscar

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

[Enhancement]Make it possible to obfuscate several files in sub folder. #24

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1.In input folder, there are some sub folders. In each sub folders have
same assemblies name.
2. In config file, add 
<Module file="$(InPath)\SubFolder1\SameName.dll" />
<Module file="$(InPath)\SubFolder2\SameName.dll" />
3.Run Obfuscar

What is the expected output? What do you see instead?
In OutPut Folder, it should create SubFolder1 and SubFolder2 and in each
sub folders contain corresponding assemblies.

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

Please provide any additional information below.

Original issue reported on code.google.com by giang...@gmail.com on 7 Dec 2009 at 4:08

GoogleCodeExporter commented 9 years ago
I am sorry for my bad english.

Original comment by giang...@gmail.com on 7 Dec 2009 at 4:09

GoogleCodeExporter commented 9 years ago
Changed issue type from defect to enhancement.
If I understand you correctly, you have multiple assemblies with the same name. 
Do
they implement the same classes in the same namespace? I am not sure if this 
would
work anyway, because Obfuscar (and the .Net runtime) expects a class to exist 
only once.

Original comment by webbi...@gmail.com on 9 Dec 2009 at 8:35

GoogleCodeExporter commented 9 years ago
This can be worked around by creating separate project files for the two 
assemblies, so I don't think a change must be made.

Won't attempt to fix it in my fork at https://github.com/lextm/obfuscar/

Original comment by lextu...@gmail.com on 28 Apr 2013 at 7:14