| Author |
Message |
rocchellid
Joined: 10 Apr 2012 Posts: 5
|
Posted: Tue Apr 10, 2012 10:41 am Post subject: Modify dependencies |
|
|
I have a big project in which there is an executable and 14 dll. Some projects have to be heavily obfuscated, some less and some not.
I don't want a single file obfuscated.
One of these dll must be integrated into another, then that will incorporate the dll is not one where your project resides, but in the folder where I put that obfuscated (repeat: the dll that will contain may not have the same type of obfuscation).
I did not find any menu to change the dependencies and when I manually edit the file saproj but when it read, line changed is not readed, but creates a new one, then resets the original dependence (then file not yet obscured).
I wanted to automate the procedure without having to move the files manually.
Thanks
Davide |
|
| Back to top |
|
 |
Brian Donahue
Joined: 23 Aug 2004 Posts: 6345 Location: Red Gate Software
|
Posted: Wed Apr 11, 2012 11:45 am Post subject: |
|
|
Hi Davide,
SmartAssembly doesn't force you to obfuscate dependent DLLs - you can choose yourself to either merge the dependent DLLs into one assembly or embed them as they are as resources in the assembly. You don't have to do either and you can distribute the DLLs separately if you choose.
When SA finds dependencies, it uses a procedure similar to .NET probing, so it relies on the reference in the original assembly's metadata. You can suggest additional paths using mandatoryPath, or remove certain paths in DependenciesSearchPath - hopefully that's what you need.
http://www.red-gate.com/supportcenter/content/SmartAssembly/help/6.6/SA_SearchingForDependencies _________________ Brian Donahue
Technical Support
Red Gate Software Ltd.
44 (0)870 160 0037 ext 8521
US and CAN 1-866-RED GATE ext 8521 |
|
| Back to top |
|
 |
|
|
All times are GMT + 1 Hour
|
| Page 1 of 1 |
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
Powered by phpBB © 2001, 2005 phpBB Group