Nesting SA within SA
RobPerkins
Posts: 3 New member
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?
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
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?
What about just embedding it as a dependency, rather than a merge?