How can we help you today? How can we help you today?

Using ILmerge with smartassembly

Hello,

ILmerge fails to process assemblies obfuscated using smartassembly,

we are getting the following error:

ILMerge.Merge: ERROR!!: Duplicate type 'SmartAssembly.Attributes.PoweredByAttrib
ute' found in assembly '

Are there any workarounds for this?
alexm
0

Comments

5 comments

  • Brian Donahue
    Every assembly processed by SA is going to get the poweredby attribute and probably some other types added, so, no, you can't ILMerge them without hacking, reverse-engineering, and potentially breaking the SA protections.

    You can use SmartAssembly to merge or embed instead.
    Brian Donahue
    0
  • alexm
    Hello thanks for your reply,
    is it possible for you to put this type under namespace based on Assembly name or something similar to make it unique and add this setting as option into configuration file.(Make result ILMerge compatible)
    We definetly need {sa} to work with ILMerge because it's our customers' requirement.
    alexm
    0
  • alexm
    Hi, are there any news regarding this problem?
    alexm
    0
  • Simon C
    May I ask why the customer requires ILMerge support?

    There are several things that would break if we fixed ILMerge by putting the attribute in different assemblies; most notably, tamper protection, level 3 name obfuscation, ref dynamic proxies, and strings encoding.

    ILMerging processed assemblies is not a scenario we have designed the tool to support, and it would be useful to know why exactly this is required so we can look at other solutions to the problem.
    Simon C
    0
  • mrjoltcola
    Have you tried just using the /allowDup switch for ilmerge?

    Though I don't need ilmerge in my build chains, since SmartAssembly is a replacement for ilmerge for me, I may sell a customer a dll and they will use ilmerge on it.

    So I'd hope using ilmerge /allowDup would take care of the issue, if not, I'd post a defect report to RedGate or tell the customer to use something besides ilmerge.
    mrjoltcola
    0

Add comment

Please sign in to leave a comment.