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