summaryrefslogtreecommitdiff
path: root/README.rst
diff options
context:
space:
mode:
Diffstat (limited to 'README.rst')
-rw-r--r--README.rst11
1 files 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
-------