How to decode viewstate

前端 未结 11 1274
终归单人心
终归单人心 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:25

    Here's another decoder that works well as of 2014: http://viewstatedecoder.azurewebsites.net/

    This worked on an input on which the Ignatu decoder failed with "The serialized data is invalid" (although it leaves the BinaryFormatter-serialized data undecoded, showing only its length).

提交回复
热议问题