How to decode viewstate

前端 未结 11 1271
终归单人心
终归单人心 2020-11-28 04:45

I need to see the contents of the viewstate of an asp.net page. I looked for a viewstate decoder, found Fridz Onion\'s ViewState Decoder but it asks for the url of a page to

11条回答
  •  遥遥无期
    2020-11-28 05:43

    Here's an online ViewState decoder:

    http://ignatu.co.uk/ViewStateDecoder.aspx

    Edit: Unfortunatey, the above link is dead - here's another ViewState decoder (from the comments):

    http://viewstatedecoder.azurewebsites.net/

提交回复
热议问题