From 862cf7418faa7757e507ecb2784a957df7ba7736 Mon Sep 17 00:00:00 2001 From: Yuval Adam <_@yuv.al> Date: Mon, 2 Apr 2018 11:26:20 +0300 Subject: Expand references section in README --- README.rst | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.rst b/README.rst index d0e872c..a9573fc 100644 --- a/README.rst +++ b/README.rst @@ -63,9 +63,13 @@ Development References ---------- +Since there is no publically available specification of how .NET viewstate is encoded, reverse engineering was based on prior work: + - https://github.com/mutantzombie/JavaScript-ViewState-Parser - http://viewstatedecoder.azurewebsites.net/ +Any official documents would be gladly accepted to help improve the parsing logic. + License ------- MIT -- cgit v1.3.1