markus / KCOM / obfuscar.xml @ 26ec6226
이력 | 보기 | 이력해설 | 다운로드 (585 Bytes)
1 | 4fcd9bda | taeseongkim | <?xml version="1.0" encoding="utf-8"?>
|
---|---|---|---|
2 | <Obfuscator>
|
||
3 | <Var name="InPath" value="." /> |
||
4 | fc9da8df | taeseongkim | <Var name="OutPath" value=".\Obfuscator_Output"/> |
5 | cf1cc862 | taeseongkim | <Var name="HideStrings" value="true" /> |
6 | <Var name="HidePrivateApi" value="true" /> |
||
7 | <Var name="KeepPublicApi" value="true" /> |
||
8 | fc9da8df | taeseongkim | <Module file="$(InPath)\KCOM.EXE"> |
9 | <SkipNamespace name="KCOM"/> |
||
10 | <SkipNamespace name="KCOM.*"/> |
||
11 | </Module>
|
||
12 | 4fcd9bda | taeseongkim | <Module file="$(InPath)\MarkupToPDF.dll" /> |
13 | <Module file="$(InPath)\CommonLib.dll" /> |
||
14 | <Module file="$(InPath)\ZoomAndPan.dll" /> |
||
15 | cf1cc862 | taeseongkim | <Module file="$(InPath)\License.Validator.dll" /> |
16 | 4fcd9bda | taeseongkim | </Obfuscator> |