Options

Nesting SA within SA

RobPerkinsRobPerkins Posts: 3 New member
edited February 27, 2014 1:11PM in SmartAssembly
I have a DLL which was built and then obfuscated and encrypted and dependency-merged with SA 6, which is working very well.

What will happen if I try to take that transformed DLL and merge it (just merge it, no further obfuscation on that code) as a dependency in an EXE assembly with SA?

Comments

  • Options
    Jessica RJessica R Posts: 1,319 Rose Gold 4
    Hi Rob!

    When you try to merge it, SmartAssembly will warn (when you hover over) that the assembly being merged has already been processed by SA and may lead to unexpected results. It will still let you go ahead with building though.

    I think that so long as you don't apply any other options onto the assembly after merging it, and if the application isn't too complicated, there is a good chance that it would work out fine. Of course, what works and doesn't work is subjective to each application--the best way of knowing what will happen is to test it and see : )

    Sorry to not have a more definitive answer!

    Jessica Ramos | Product Support Engineer | Redgate Software

    Have you visited our Help Center?


  • Options
    RobPerkinsRobPerkins Posts: 3 New member
    Thanks.

    What about just embedding it as a dependency, rather than a merge?
Sign In or Register to comment.