You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: i18n/en/docusaurus-plugin-content-docs/current/manual/incremental-obfuscation-and-hotupdate.md
-51Lines changed: 0 additions & 51 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -27,54 +27,3 @@ If incremental obfuscation stability is not a concern, you can modify the follow
27
27
28
28
Modifying `ConstEncrypSettings.EncryptionLevel`, `FieldEncryptSettings.EncryptionLevel`, and `CallObfusSettings.ObfuscationLevel` can also affect obfuscation results.
29
29
However, increasing these values will cause encryption performance degradation, so it's recommended not to modify them frequently.
30
-
31
-
## HybridCLR Issues
32
-
33
-
HybridCLR's `HybridCLR/Generate/All` and `HybridCLR/Generate/LinkXml` both generate link.xml based on unobfuscated code, which causes the link.xml generated after obfuscation to have completely ineffective reservations for obfuscated assemblies, since the corresponding names don't exist in the obfuscated assemblies.
34
-
35
-
The solution is to generate an additional link.xml for the obfuscated assemblies, with the following code:
Before building the game, be sure to run `Obfuz/GenerateLinkXmlForHybridCLR` first, then run `HybridCLR/Generate/All`, otherwise trimming exceptions will occur.
0 commit comments