diff options
| author | Yuval Adam <_@yuv.al> | 2018-04-17 15:12:44 +0300 |
|---|---|---|
| committer | Yuval Adam <_@yuv.al> | 2020-02-01 13:34:13 +0200 |
| commit | ccb9314adbc54c724e6c100c6bcd0a29d2da41d9 (patch) | |
| tree | 0c014c6fd0ec01c3c68f769cb2305ca1dbf4fd22 /README.rst | |
| parent | 1b5fadb7e676bf5036f73319359cd0e1c1ac3b95 (diff) | |
Update README to reflect new referencesv1.0
Diffstat (limited to 'README.rst')
| -rw-r--r-- | README.rst | 11 |
1 files changed, 6 insertions, 5 deletions
@@ -80,14 +80,15 @@ Development References ---------- -Since there is no publically available specification of how .NET viewstate is encoded, reverse engineering was based on prior work: +The work on this library is based on publically available implementations from Microsoft: -- https://github.com/mutantzombie/JavaScript-ViewState-Parser -- http://viewstatedecoder.azurewebsites.net/ -- https://referencesource.microsoft.com/#System.Web/UI/ObjectStateFormatter.cs,45 - https://msdn.microsoft.com/en-us/library/ms972976.aspx +- https://referencesource.microsoft.com/#System.Web/UI/ObjectStateFormatter.cs,45 -Any official documents would be gladly accepted to help improve the parsing logic. +Previous versions were based on prior work: + +- http://viewstatedecoder.azurewebsites.net/ +- https://github.com/mutantzombie/JavaScript-ViewState-Parser License ------- |
