-
Notifications
You must be signed in to change notification settings - Fork 3
Encryption used in wz file
Lien Chiang edited this page Apr 21, 2016
·
1 revision
There are two things in wz file is encrypted: the address and characters. The address is used to specify where the child nodes located. The characters have several usages and used in different places.
The characters can be
- the node name
- the variable name
- the value of string variable
- the object type name
- the path of uol object.
After characters were decrypted, the characters would be UTF-16LE encoded string.
The following figures describe how to decrypt the address and characters.
- Red color means this value is in wz file.
- Green color means this value is generated by ourself.
- Black color means this is a procedure.
Address Decryption:
Characters Decryption: