basic understanding of ASP.NET ViewStatefamiliarity with CyberChef operationsJavaScriptability to read existing decoder code
初心者向け度初回貢献者にどれだけ取り組みやすいかを 1-100 で推定したスコアです。
35
調査方針
Start by examining existing decoders in CyberChef, such as the 'Parse TLV' operation, to understand the code structure for adding new operations. The ASP ViewState format is base64 encoded and contains serialized objects; research the specific decoding steps, including the use of the LosFormatter and ObjectStateFormatter in .NET. Since the issue has no comments, consider opening a question to clarify the expected output format and whether support for both .NET and .NET Core ViewState is needed.
Feature request: ASP ViewState Decoder · gchq/CyberChef#603 | Good First Issue