shell函數(shù)傳遞參數(shù) wincc c腳本函數(shù)如何解密?
wincc c腳本函數(shù)如何解密?答:嘗試以下方法:Manual remove password VBSOpen file in WinHex In the end the file has such
wincc c腳本函數(shù)如何解密?
答:嘗試以下方法:
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 (這串?dāng)?shù)字可能不同)
- 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
破解C腳本:
1.首先新建一個(gè)空的無密碼腳本
2.ULTRAEDIT32打開兩個(gè)腳本(一個(gè)有密碼,一個(gè)沒有密碼)
3.從沒有密碼的腳本中的函數(shù)名一開始一直選中到04前(是復(fù)制到十六進(jìn)制的第一個(gè)04之前),用復(fù)制的內(nèi)容覆蓋需要破解的腳本相應(yīng)部分,然后存盤即可。