Multi DLL
omheien
Posts: 29
Hi all.
I have probmes understanding the consept of building scrambeled components. I have bought the SA and We have the nead of producing encrypted assemblies. ANyway, hers the situation:
Our solution contains 5 EXE projects and 20 DLL projects. When we generate the encrypted assembly I'm not able to create the EXE's and DLL's apart from each other. It looks like SA melts it all together and that I dont want. All my DLL's must be shipped to our customers as single files. This is of course because when we must change something in a part of the program, I only want to send a new DLL to the customer, not the complete solution inside one exe file. Is there somethign i've missed here?
reagrds
Ole
I have probmes understanding the consept of building scrambeled components. I have bought the SA and We have the nead of producing encrypted assemblies. ANyway, hers the situation:
Our solution contains 5 EXE projects and 20 DLL projects. When we generate the encrypted assembly I'm not able to create the EXE's and DLL's apart from each other. It looks like SA melts it all together and that I dont want. All my DLL's must be shipped to our customers as single files. This is of course because when we must change something in a part of the program, I only want to send a new DLL to the customer, not the complete solution inside one exe file. Is there somethign i've missed here?
reagrds
Ole
Comments
If you want to separately process the DLLs with SmartAssembly , then you need to create a separate SmartAssembly project.
SmartAssembly does not obfuscate public members of DLLs, so that they can still be called from elsewhere.
James Davies
Technical Support Engineer
Red Gate Software