Version_History.txt 12 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295
  1. Version History:
  2. 3.9.10
  3. - Add: Support of System.Reflection.ObfuscationAttribute.
  4. 3.9.9
  5. - Fix: Obfuscation of Indexer Properties with custom names.
  6. - Add: Support of AppodealAds.
  7. 3.9.8
  8. - Fix: Could not resolve abc/xyz (Enums in Nested Classes)
  9. - Fix: Obfuscation of Indexer Properties
  10. - New: Added 'OPS.Obfuscator.Attribute.ObfuscateAnyway', allows to obfuscate class members even if they should be skipped.
  11. 3.9.7
  12. - Fix: "Could not copy Temp/xyz to Library/xyz"
  13. - Fix: Button background in Settings Gui.
  14. 3.9.6
  15. - Update: Compatibility Update for next Obfuscator Version 4.0
  16. - Fix: Fix for Playable classes
  17. 3.9.5
  18. - Fix: Obfuscation of UWP/Windows Store applications may fail if some dependency is missing.
  19. - Fix: A NullReferenceException might occur when obfuscating multiple assemblies.
  20. - Update: You can now manually activate/deactivate the obfuscation of 'Assembly-CSharp.dll'
  21. and 'Assembly-CSharp-firstpass.dll'. (Do not forget to activate the obfuscation of those
  22. through the belonging settings, in the Obfuscator Settings General Tab, after updating!!)
  23. - Update: Third party assembly Mono.Cecil got an update.
  24. - Pro: Removed: Removed the 'OPS.ObfuscatorAssets.dll' assembly located in the
  25. 'OPS\Obfuscator.Pro\Editor\Plugins' directory, it is now part of the 'OPS.Obfuscator.Editor.dll'
  26. assembly. (Depending on the used Unity Editor, you have to remove the assembly
  27. 'OPS.ObfuscatorAssets.dll' manually after updating!!)
  28. 3.9.4
  29. - Pro: Fix: Unity obfuscation had a small artifact causing build errors, fixed that.
  30. - Fix: NullPointer Exception in the Assembly analysation phase. (sorry for that!)
  31. - New: Unity Editor before version 5.6 are now theoretically supported (but not tested yet!)
  32. - Change: Public Field and Public Method Obfuscation are now part of the free version again.
  33. 3.9.3
  34. - New: In the obfuscator settings (general tab) you can now add additional assembly references, if the obfuscator has a problem resolving those.
  35. 3.9.2
  36. - Fix: Whole obfuscation breaks if one assembly was not found.
  37. - Pro: Fix: Unity class obfuscation fixes.
  38. - New: Unity Linux Editor support.
  39. 3.9.1
  40. - Fix: Assembly resolving fix.
  41. 3.9:
  42. - Pro: Fix: Unity class (monobehaviour/scriptableobject) name obfuscation is active again for unity builds later than 2018.2!
  43. Not in the same way as before, but still very effective!
  44. - Fix: Virtual/Abstract Properties got not obfuscated correctly.
  45. - Pro: Improvement: String obfuscation.
  46. - New: Suppress Debug through Visual Studio.
  47. 3.8
  48. - Pro: Fix: Test AssemblyDefinition Files got obfuscated too, causing an error.
  49. - Fix: Properties got not obfuscated correctly (virtual/abstract properties still have the bug, but a fix is on the way.)
  50. - Add: Support for unity 2019.2 beta and 2019.3 alpha.
  51. - Add: You can now obfuscate serializeable fields.
  52. - Add: Notification inside development builds, showing you why something got not obfuscated.
  53. - Pro: Currently deprecated: Unreadability for decompilers is no longer working, the trick got worked around by decompilers. (But working on a new way.)
  54. 3.7
  55. - Change: Renamed OPS.Obfuscator assembly to OPS.Obfuscator.Editor
  56. - Add: Added a assembly called OPS.Obfuscator containing the obfuscator attributes.
  57. Fixes that you could not use Obfuscator Attributes inside AssemblyDefinition Files.
  58. 3.6.1
  59. - New: Now you can log in a custom file. Go to the Obfuscator Window->Advanced->Logging.
  60. 3.6
  61. - Fix + Improvement: Various minor fixes and improvement to increase the obfuscation performance.
  62. - Fix: WSA/UWP obfuscation build error.
  63. - Change: Obfuscator Windows are now located at OPS->Obfuscator->... instead of Window->...
  64. 3.5.5
  65. - Fix: Obfuscation sometimes wont run on first build.
  66. - Fix: Obfuscation of generic nested classes in generic classes.
  67. - Pro: Improvement: Improvement of String obfuscation/encryption.
  68. 3.5.4
  69. - Pro: Fix: Old reference to OPS.RSA.
  70. 3.5.3
  71. - Pro: Fix: Obfuscator_UnityObject_RenamingTable.obf still exists.
  72. - Pro: Change: String encryption is now a symmetric encryption instead of a asymmetric encryption. The power needy asymmetric decryption could cause hickups.
  73. 3.5.2
  74. - Fix: Seperated obfuscation of enum field/values from obfuscation of class fields.
  75. 3.5.1
  76. - Adjustment: Removed usage of custom fonts. May correlate with a editor font bug while using NGUI.
  77. 3.5
  78. - Fix: Property and Event Obfuscation might cause unknown Type in mscorlib errors.
  79. - Add: Better controlability of obfuscation for string based invokes. Added a setting at Advanced -> Reflection and Coroutines,
  80. to activate/deactivate obfuscation of members matching strings. (Activate this setting if you use for example Type.GetField([Name]) or StartCoroutine([Name]))
  81. - Add: Obfuscation setting of internal members.
  82. - Change: The obfuscation of internal members is now seperated from the private members.
  83. - Update: Updated Mono.Cecil to 0.10.3.
  84. 3.4.1
  85. - Update: Updated Mono.Cecil to 0.10 to fix the out of memory bug.
  86. 3.4
  87. - Fix: Obfuscation for Reflection and Unity Coroutines
  88. - Fix: Obfuscation of Internal members.
  89. - Change: Private setting controls now the obfuscation of private and internal members.
  90. - Change: Public field and method obfuscation is now only available in Obfuscator Pro.
  91. 3.3
  92. - Bug fix: Mac OS X support
  93. - Bug fix: Automatically finding of Gui/Animation/... methods
  94. - Change: Logging - The logs filename depends now one the buildtarget and not the date anymore
  95. - Pro: Change: You can now add additional assemblies by it full path
  96. 3.2
  97. - Bug fix: Parameter renaming
  98. - Bug fix: Namespace and unity classes renaming
  99. - Bug fix: Nested classes renaming
  100. - Bug fix: Attribute renaming
  101. 3.1
  102. - New: StackTrace unobfuscator: You can find it at Unity->Window->Obfuscator StackTrace.
  103. - Bug fix: Obfuscation of Class/Method using RuntimeInitializeOnLoadMethodAttribute
  104. - Some adjustments for property and event obfuscation
  105. - Various small bugfixes
  106. 3.0
  107. Obfuscator got reimplemented to improve the obfuscation process
  108. to optimize your security. Because of this, there is a plenty
  109. amount of new feature included:
  110. - Pro: New: Assembly Definition File obfuscation
  111. - Pro: New: External Assembly obfuscation
  112. - New: Obfuscate Serializeable classes/fields
  113. - New: Save/Load renaming mapping
  114. - Many Bugfixes and improvements
  115. - Logs are now stored inside the Obfuscator folder.
  116. - Attributes have moved to OPS.Obfuscator.Attribute
  117. - Pro: The Obfuscator Code is still unprotected inside the .dll. But moved to a assembly because of the massive amount of new code.
  118. INFO: Please remove your old Obfuscator installation(but you can keep your settings file)!
  119. 2.9
  120. - Next to the build game, there will be a file called: MyGame_ObfuscatorRenaming.txt
  121. containing the obfuscated name and the real name. Useful for reading the stack trace of build games.
  122. - Improvement: Finding gui / unityevent methods
  123. - Bug fix: Namespace collidation of 'System.IO.Path' for some users
  124. - Bug fix: Namespaces in the ignore list shared the same value with the do not rename attribute list
  125. - Pro: Bug fix: String obfuscation and namespace vice versa ignoring
  126. - Pro: Improvement: String obfuscation speed and process of encryption
  127. 2.81
  128. - First fixing of MonoBehaviour class name obfuscation in Unity 2018.2
  129. - Obfuscator performance update
  130. - Improved intercompatibility with AssetProtection
  131. - Beta: Unity Methods Obfuscation ( like Awake, Start, Update, ... )
  132. INFO: Important to know: Still not all MonoBehaviour class names get obfuscated in Unity 2018.2.x. But research is in progress.
  133. 2.8
  134. - Some Gui adjustments
  135. - Beta: Unity Methods Obfuscation
  136. 2.7.1
  137. - RSA Encryption Upgrade
  138. INFO: Unity 2018.2.x seems to have a bug with Obfuscation of MonoBehaviour class names. Please use a prior verion until this got fixed.
  139. 2.7
  140. - Some Gui adjustments
  141. - Some adjustments with IL2CPP builds
  142. - Pro: Adjustments with the 'make assembly unreadable' feature
  143. 2.6
  144. - Compatibility with PlayMaker
  145. - Some adjustments for PS4 and XboxOne build
  146. - Some logging adjustments
  147. - Pro only: Some adjustments for jenkins builds
  148. 2.55
  149. - Resolving Fix for abstract classes.
  150. - Compatibility with Anti Cheat
  151. 2.54
  152. - Fix for an error while loading assets.
  153. - Fix for a bug happening while resolving class hierarchies.
  154. - Pro only: Fix for the string obfuscation causing: 'Cannot perform dot operator' or 'expected ;'
  155. 2.53
  156. Hotfix for UWP
  157. - WinRt assmembly gets now resolved too.
  158. - Fixes Bug: Could not resolve Nested Type XYZ.
  159. - Some adjustments with obfuscation of generic classes.
  160. 2.52
  161. Hotfix for IL2CPP and UWP
  162. - Fixed obfuscation error of nested generic methods in generic classes.
  163. - Streamwriter fix for UWP
  164. - Some IL2CPP adjustments
  165. 2.51
  166. Hotfix for IL2CPP
  167. - Fixed obfuscation error of nested classes in generic classes.
  168. - Fixed bug, while building with IL2CPP: Field/Method is not definied/found.
  169. - Pro only: Some fixes for random code creation.
  170. 2.5
  171. - Important! The folder structure changed. The Obfuscator files will now be found in the folder OPS!
  172. - Fix for a possible Nullpointer exception in the BuildPostProcessor.
  173. - Added to all scripts, using an unityeditor, an #define to prevent possible resource.asset errors.
  174. - Renaming fix for IEnumeration methods.
  175. - Added a new setting, under the Advanced settings, to define custom attributes to behave like DoNotRename.
  176. - Pro only: Some fixes for random code creation.
  177. - Some gui adjustments
  178. 2.4
  179. - IBM Watson SDK compatibility
  180. - New method to find GUI methods
  181. - New user Gui
  182. - Warning fix for old build platforms
  183. - Bug fix: Vice Versa settings wont get saved
  184. - Bug fix: Sometimes base classes wont get obfuscated, but inherited classes get obfuscated
  185. 2.31
  186. - Needs now at least Unity 5.6.1 (Because of IL2cpp)
  187. - Javascript/Unityscript obfuscation is no longer supported, because of the Unity Asset Store Guidelines.
  188. 2.3
  189. - Now with IL2CPP obfuscation!
  190. - New Readme.
  191. - Some Gui fixes.
  192. - Error fix trough random code containing methods with try/catch
  193. 2.2
  194. Animation Update:
  195. - Find automatically animation event method option.
  196. - Fixed some problems with animation itself.
  197. - Fixed some problems with inheritance.
  198. - Added more Unity messages to skip.
  199. 2.11
  200. => IMPORTANT UPDATE!
  201. - Fixed Problem with Generic Addon!
  202. - Fixed Problem with classes sharing the same name!
  203. 2.1
  204. - Beta: Xbox 360/One and Playstation 3/4
  205. - Option for obfuscation of Abstract and Generic Unity classes
  206. - Some minor fixes
  207. => Close Obfuscator Window before update!
  208. 2.0
  209. - Now, after dll compile Obfuscation. Not post project build Obfuscation.
  210. -> If you notice any problems switch back to obfuscator version 1.37.
  211. -> Auto GUI finder now will only find methods from the first scene.
  212. - New Enum Obfuscation option
  213. - Now with better progress bar
  214. - Some bugfixes
  215. 1.37
  216. - Dynamic DLL fix
  217. - Some Adjustment with Attributes
  218. 1.36
  219. - Saving Settings in 'Settings.txt', but Android Settings. (To protect passwords)
  220. - Error Code 1 and 10 fix are now automatic fallbacks.
  221. - Fixed a bug when calling zipalign on an Android apk and Unity has not enough rights. (An GAME_Obfuscated.apk gets now created)
  222. 1.35
  223. - Error Code 1 auto fix adjusted and optimized!
  224. - Namespace obfuscation vice versa option.
  225. - Serialization Bug Fix (#5)
  226. - Some intern optimizations
  227. 1.34
  228. - Fixed Bug: Finding GUI methods containing characters like 'P' or '0'. (#4)
  229. - Adjusted Obfuscation for Serializable classes and fields.
  230. - Some intern optimizations
  231. 1.33
  232. - Auto scan for GUI methods (No longer need of DoNotRename on GUI methods)
  233. - Find paths for Android sign process
  234. - Added new GUI Elements to activate Error Code 1 and 10 auto fix.
  235. - Adjusted UnityScript Attributes
  236. 1.32
  237. - Performance Improvement
  238. - Fix for Android Sign / Zip Bug
  239. - New Message for Inheritance Problems between Obfuscated and not
  240. Obfuscated classes
  241. - New Attribute(Class/Method) that make the obfuscator ignore MethodBodies obfuscation
  242. 1.31
  243. - Switching from AES String Obfuscation to custom RSA String Obfuscation to allow Metro (Windows Universal/…) platform support.
  244. - Metro (Windows Universal/…) platform support.
  245. - Fixed Bug ‘Store in Ram’ (#2)
  246. - Fixed Bug ‘Code E9’ (#3)
  247. 1.3
  248. - Added Facebook Platform support
  249. - Added WebGL Platform support
  250. - Demo has not to get removed anymore
  251. 1.22
  252. - Fixed 'Adding Random Code' bug #1
  253. - Upgraded to Mono.Cecil 0.96
  254. - Fixed some errors in the Readme
  255. 1.21 Switched from Unity 5.6.0 to 5.1.0
  256. 1.2 Fixed Bug on Mac. And added IPhone support!
  257. 1.11 Android Sign Process
  258. 1.1 Added Android Build
  259. 1.01 Several BugFixes.
  260. 1.0 First official release of Obfuscator Free and Pro.