wincc c脚本函数如何解密?
答:尝试以下方法:

Manual remove password VBS
Open file in WinHex
In the end the file has such appearance:

00 00 00 01 00 00 00 00 00 00 06 00 00 00 73 5E 52 57 5E 16 (这串数字可能不同)
735E52575E16 - The coded password
06 - Number of symbols in the password

01 - Attribute of presence of the password
We change 01 on 00 and the script can be opened
到此,以上就是小编对于winhex脚本实例的问题就介绍到这了,希望介绍的1点解答对大家有用,有任何问题和不懂的,欢迎各位老师在评论区讨论,给我留言。