viewstate 机器密钥在 Windows 中克隆并解压文件
AspDotNetWrapper.exe --keypath MachineKeys.txt --encrypteddata <viewstate> --decrypt --purpose=viewstate --modifier=<__VIEWSTATEGENERATOR> --macdecode
将 <viewstate> 替换为 viewstate= 参数的 value in the source
将 <__VIEWSTATEGENERATOR> 替换为 __VIEWSTATEGENERATOR= 参数的 value in the source
