Obfuscator_Settings.json 11 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455
  1. {
  2. "ComponentSettings_Array" : [
  3. {
  4. "Settings_Name" : "Default_Compatibility_Component_DotNet",
  5. "SettingElement_Array" : [
  6. ]
  7. },
  8. {
  9. "Settings_Name" : "Default_Compatibility_Component_Unity",
  10. "SettingElement_Array" : [
  11. ]
  12. },
  13. {
  14. "Settings_Name" : "Default_Compatibility_Component_Obfuscator",
  15. "SettingElement_Array" : [
  16. ]
  17. },
  18. {
  19. "Settings_Name" : "Default_Compatibility_Component_Chartboost",
  20. "SettingElement_Array" : [
  21. ]
  22. },
  23. {
  24. "Settings_Name" : "Default_Compatibility_Component_Facebook_Sdk",
  25. "SettingElement_Array" : [
  26. ]
  27. },
  28. {
  29. "Settings_Name" : "Default_Compatibility_Component_Google_Sdk",
  30. "SettingElement_Array" : [
  31. ]
  32. },
  33. {
  34. "Settings_Name" : "Default_Compatibility_Component_Json_Sdk",
  35. "SettingElement_Array" : [
  36. ]
  37. },
  38. {
  39. "Settings_Name" : "Default_Compatibility_Component_Photon_Sdk",
  40. "SettingElement_Array" : [
  41. ]
  42. },
  43. {
  44. "Settings_Name" : "Default_Compatibility_Component_PlayMaker_Sdk",
  45. "SettingElement_Array" : [
  46. ]
  47. },
  48. {
  49. "Settings_Name" : "Default_Obfuscation_Component_Assembly",
  50. "SettingElement_Array" : [
  51. {
  52. "Type" : "Bool",
  53. "Key" : "Obfuscate_Assembly_AssemblyCSharp",
  54. "Value" : "True",
  55. "Values" : null
  56. },
  57. {
  58. "Type" : "Bool",
  59. "Key" : "Obfuscate_Assembly_AssemblyCSharpFirstPass",
  60. "Value" : "True",
  61. "Values" : null
  62. },
  63. {
  64. "Type" : "Bool",
  65. "Key" : "Obfuscate_Assembly_In_Assets_AssemblyDefinitionFiles",
  66. "Value" : "True",
  67. "Values" : null
  68. }
  69. ]
  70. },
  71. {
  72. "Settings_Name" : "Default_Obfuscation_Component_Find_Unity_Animation_MethodReferences",
  73. "SettingElement_Array" : [
  74. {
  75. "Type" : "Bool",
  76. "Key" : "Enable_Try_Find_Inspector_Animation_Methods",
  77. "Value" : "True",
  78. "Values" : null
  79. }
  80. ]
  81. },
  82. {
  83. "Settings_Name" : "Default_Obfuscation_Component_Find_Unity_Gui_MethodReferences",
  84. "SettingElement_Array" : [
  85. {
  86. "Type" : "Bool",
  87. "Key" : "Enable_Try_Find_Inspector_Gui_Methods",
  88. "Value" : "True",
  89. "Values" : null
  90. }
  91. ]
  92. },
  93. {
  94. "Settings_Name" : "Default_Obfuscation_Component_String_Reflection_And_Coroutine",
  95. "SettingElement_Array" : [
  96. {
  97. "Type" : "Bool",
  98. "Key" : "Enable_Try_Find_String_Reflection_And_Coroutine",
  99. "Value" : "True",
  100. "Values" : null
  101. }
  102. ]
  103. },
  104. {
  105. "Settings_Name" : "Default_Obfuscation_Component_Logging",
  106. "SettingElement_Array" : [
  107. ]
  108. },
  109. {
  110. "Settings_Name" : "Default_Obfuscation_Component_Namespace",
  111. "SettingElement_Array" : [
  112. {
  113. "Type" : "Bool",
  114. "Key" : "Obfuscate_Namespaces",
  115. "Value" : "True",
  116. "Values" : null
  117. },
  118. {
  119. "Type" : "Array_String",
  120. "Key" : "Skip_Namespace_Array",
  121. "Value" : null,
  122. "Values" : [
  123. "LuaInterface",
  124. "quicksdk"
  125. ]
  126. }
  127. ]
  128. },
  129. {
  130. "Settings_Name" : "Default_Obfuscation_Component_Class",
  131. "SettingElement_Array" : [
  132. {
  133. "Type" : "Bool",
  134. "Key" : "Obfuscate_Classes",
  135. "Value" : "True",
  136. "Values" : null
  137. },
  138. {
  139. "Type" : "Bool",
  140. "Key" : "Obfuscate_Class_Internal",
  141. "Value" : "True",
  142. "Values" : null
  143. },
  144. {
  145. "Type" : "Bool",
  146. "Key" : "Obfuscate_Class_Private",
  147. "Value" : "True",
  148. "Values" : null
  149. },
  150. {
  151. "Type" : "Bool",
  152. "Key" : "Obfuscate_Class_Protected",
  153. "Value" : "True",
  154. "Values" : null
  155. },
  156. {
  157. "Type" : "Bool",
  158. "Key" : "Obfuscate_Class_Public",
  159. "Value" : "True",
  160. "Values" : null
  161. },
  162. {
  163. "Type" : "Bool",
  164. "Key" : "Obfuscate_Class_Abstract",
  165. "Value" : "True",
  166. "Values" : null
  167. },
  168. {
  169. "Type" : "Bool",
  170. "Key" : "Obfuscate_Class_Generic",
  171. "Value" : "True",
  172. "Values" : null
  173. },
  174. {
  175. "Type" : "Bool",
  176. "Key" : "Obfuscate_Class_MonoBehaviour",
  177. "Value" : "False",
  178. "Values" : null
  179. },
  180. {
  181. "Type" : "Bool",
  182. "Key" : "Obfuscate_Class_MonoBehaviour_Not_Obfuscatable",
  183. "Value" : "False",
  184. "Values" : null
  185. },
  186. {
  187. "Type" : "Bool",
  188. "Key" : "Obfuscate_Class_MonoBehaviour_Extern",
  189. "Value" : "False",
  190. "Values" : null
  191. },
  192. {
  193. "Type" : "Bool",
  194. "Key" : "Obfuscate_Class_MonoBehaviour_Not_Obfuscatable_Extern",
  195. "Value" : "False",
  196. "Values" : null
  197. },
  198. {
  199. "Type" : "Bool",
  200. "Key" : "Obfuscate_Class_ScriptableObject",
  201. "Value" : "False",
  202. "Values" : null
  203. },
  204. {
  205. "Type" : "Bool",
  206. "Key" : "Obfuscate_Class_Playable",
  207. "Value" : "False",
  208. "Values" : null
  209. }
  210. ]
  211. },
  212. {
  213. "Settings_Name" : "Default_Obfuscation_Component_Method",
  214. "SettingElement_Array" : [
  215. {
  216. "Type" : "Bool",
  217. "Key" : "Obfuscate_Methods",
  218. "Value" : "True",
  219. "Values" : null
  220. },
  221. {
  222. "Type" : "Bool",
  223. "Key" : "Obfuscate_Method_Internal",
  224. "Value" : "True",
  225. "Values" : null
  226. },
  227. {
  228. "Type" : "Bool",
  229. "Key" : "Obfuscate_Method_Private",
  230. "Value" : "True",
  231. "Values" : null
  232. },
  233. {
  234. "Type" : "Bool",
  235. "Key" : "Obfuscate_Method_Protected",
  236. "Value" : "True",
  237. "Values" : null
  238. },
  239. {
  240. "Type" : "Bool",
  241. "Key" : "Obfuscate_Method_Public",
  242. "Value" : "True",
  243. "Values" : null
  244. }
  245. ]
  246. },
  247. {
  248. "Settings_Name" : "Default_Obfuscation_Component_Parameter",
  249. "SettingElement_Array" : [
  250. {
  251. "Type" : "Bool",
  252. "Key" : "Obfuscate_Method_Parameter",
  253. "Value" : "True",
  254. "Values" : null
  255. },
  256. {
  257. "Type" : "Bool",
  258. "Key" : "Obfuscate_Class_Parameter",
  259. "Value" : "True",
  260. "Values" : null
  261. }
  262. ]
  263. },
  264. {
  265. "Settings_Name" : "Default_Obfuscation_Component_Field",
  266. "SettingElement_Array" : [
  267. {
  268. "Type" : "Bool",
  269. "Key" : "Obfuscate_Fields",
  270. "Value" : "True",
  271. "Values" : null
  272. },
  273. {
  274. "Type" : "Bool",
  275. "Key" : "Obfuscate_Field_Internal",
  276. "Value" : "True",
  277. "Values" : null
  278. },
  279. {
  280. "Type" : "Bool",
  281. "Key" : "Obfuscate_Field_Private",
  282. "Value" : "True",
  283. "Values" : null
  284. },
  285. {
  286. "Type" : "Bool",
  287. "Key" : "Obfuscate_Field_Protected",
  288. "Value" : "True",
  289. "Values" : null
  290. },
  291. {
  292. "Type" : "Bool",
  293. "Key" : "Obfuscate_Field_Public",
  294. "Value" : "True",
  295. "Values" : null
  296. }
  297. ]
  298. },
  299. {
  300. "Settings_Name" : "Default_Obfuscation_Component_Property",
  301. "SettingElement_Array" : [
  302. {
  303. "Type" : "Bool",
  304. "Key" : "Obfuscate_Properties",
  305. "Value" : "True",
  306. "Values" : null
  307. },
  308. {
  309. "Type" : "Bool",
  310. "Key" : "Obfuscate_Property_Internal",
  311. "Value" : "True",
  312. "Values" : null
  313. },
  314. {
  315. "Type" : "Bool",
  316. "Key" : "Obfuscate_Property_Private",
  317. "Value" : "True",
  318. "Values" : null
  319. },
  320. {
  321. "Type" : "Bool",
  322. "Key" : "Obfuscate_Property_Protected",
  323. "Value" : "True",
  324. "Values" : null
  325. },
  326. {
  327. "Type" : "Bool",
  328. "Key" : "Obfuscate_Property_Public",
  329. "Value" : "True",
  330. "Values" : null
  331. }
  332. ]
  333. },
  334. {
  335. "Settings_Name" : "Default_Obfuscation_Component_Event",
  336. "SettingElement_Array" : [
  337. {
  338. "Type" : "Bool",
  339. "Key" : "Obfuscate_Events",
  340. "Value" : "True",
  341. "Values" : null
  342. },
  343. {
  344. "Type" : "Bool",
  345. "Key" : "Obfuscate_Event_Internal",
  346. "Value" : "True",
  347. "Values" : null
  348. },
  349. {
  350. "Type" : "Bool",
  351. "Key" : "Obfuscate_Event_Private",
  352. "Value" : "True",
  353. "Values" : null
  354. },
  355. {
  356. "Type" : "Bool",
  357. "Key" : "Obfuscate_Event_Protected",
  358. "Value" : "True",
  359. "Values" : null
  360. },
  361. {
  362. "Type" : "Bool",
  363. "Key" : "Obfuscate_Event_Public",
  364. "Value" : "True",
  365. "Values" : null
  366. }
  367. ]
  368. },
  369. {
  370. "Settings_Name" : "Default_Obfuscation_Component_Custom_Attributes",
  371. "SettingElement_Array" : [
  372. ]
  373. },
  374. {
  375. "Settings_Name" : "Default_Obfuscation_Component_Renaming",
  376. "SettingElement_Array" : [
  377. ]
  378. },
  379. {
  380. "Settings_Name" : "Default_Obfuscation_Component_Add_Random_Code",
  381. "SettingElement_Array" : [
  382. {
  383. "Type" : "Bool",
  384. "Key" : "Enable_Add_Random_Code",
  385. "Value" : "True",
  386. "Values" : null
  387. }
  388. ]
  389. },
  390. {
  391. "Settings_Name" : "Default_Obfuscation_Component_Method_ControlFlow",
  392. "SettingElement_Array" : [
  393. {
  394. "Type" : "Bool",
  395. "Key" : "Enable_Method_ControlFlow",
  396. "Value" : "True",
  397. "Values" : null
  398. }
  399. ]
  400. },
  401. {
  402. "Settings_Name" : "Default_Obfuscation_Component_String",
  403. "SettingElement_Array" : [
  404. {
  405. "Type" : "Bool",
  406. "Key" : "Enable_String_Obfuscation",
  407. "Value" : "True",
  408. "Values" : null
  409. }
  410. ]
  411. },
  412. {
  413. "Settings_Name" : "Default_Obfuscation_Component_Assembly_Suppress_ILDasm",
  414. "SettingElement_Array" : [
  415. {
  416. "Type" : "Bool",
  417. "Key" : "Enable_Assembly_Suppress_ILDasm",
  418. "Value" : "True",
  419. "Values" : null
  420. }
  421. ]
  422. },
  423. {
  424. "Settings_Name" : "Default_Obfuscation_Component_AntiTampering",
  425. "SettingElement_Array" : [
  426. {
  427. "Type" : "Bool",
  428. "Key" : "Enable_AntiTampering_Protection",
  429. "Value" : "True",
  430. "Values" : null
  431. }
  432. ]
  433. },
  434. {
  435. "Settings_Name" : "Default_Obfuscation_Component_Find_Unity_Event_MethodReferences",
  436. "SettingElement_Array" : [
  437. {
  438. "Type" : "Bool",
  439. "Key" : "Enable_Try_Find_Inspector_Unity_Event_Methods",
  440. "Value" : "True",
  441. "Values" : null
  442. }
  443. ]
  444. }
  445. ],
  446. "Version" : "5.1.0",
  447. "SettingElement_Array" : [
  448. {
  449. "Type" : "Bool",
  450. "Key" : "Global_Enable_Obfuscation",
  451. "Value" : "True",
  452. "Values" : null
  453. }
  454. ]
  455. }