From ccb9314adbc54c724e6c100c6bcd0a29d2da41d9 Mon Sep 17 00:00:00 2001 From: Yuval Adam <_@yuv.al> Date: Tue, 17 Apr 2018 15:12:44 +0300 Subject: Update README to reflect new references --- README.rst | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/README.rst b/README.rst index 0caa030..c7e0648 100644 --- a/README.rst +++ b/README.rst @@ -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 ------- -- cgit v1.3.1