summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYuval Adam <_@yuv.al>2018-04-17 15:12:44 +0300
committerYuval Adam <_@yuv.al>2020-02-01 13:34:13 +0200
commitccb9314adbc54c724e6c100c6bcd0a29d2da41d9 (patch)
tree0c014c6fd0ec01c3c68f769cb2305ca1dbf4fd22
parent1b5fadb7e676bf5036f73319359cd0e1c1ac3b95 (diff)
Update README to reflect new referencesv1.0
-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
-------