DeepSea Obfuscator 2009 - page 38

DeepSea Obfuscator 2009
38
© 2009 TallApplications BV
-fileset
be obfuscated.
references assembly
-fileset
A fileset specifying all assemblies used as
reference assembly in on the the obfuscated
assemblies.
False
Sample
In the following sample, DeepSea Obfuscator 2009 will obfuscate all assemblies with the
dll extension in the ${basedir} directory. The obfuscated assemblies will be written to
${basedir}\Out.
The nant.core.dll assembly is referenced.
<deepsea todir="${basedir}\Out">
<assembliesbasedir="${basedir}">
<includename="*.dll"/>
</assemblies>
<references>
<lib>
<includename="${basedir}\Binaries"/>
</lib>
<include name="nant.core.dll" />
</references>
</deepsea>
5.4 Command line application
DeepSea Obfuscator 2009 can be invoked as command line application. This is usually
only needed for build environments other then the ones mentioned above.
Make sure to start DeepSea.com instead of DeepSea.exe.
The following arguments can be used:
Argument
Description
/Q
Only show warning and error messages. Do not show
informational messages.
/NOGUI
Do not start the graphical application.
/GO
Run the obfuscation right away. Only relevant in the graphical
application.
/SN<keyfile>
Specify a keyfile used to re-sign strong name assemblies
/VERIFY
Verify all assemblies
/VERIFY:IL
Verify all assemblies, IL only.
/VERIFY:MD
Verify all assemblies, metadata only.
1...,28,29,30,31,32,33,34,35,36,37 39,40,41,42,43,44,45,46,47
Powered by FlippingBook