E
E
ebaysher2021-11-01 19:39:51
C++ / C#
ebaysher, 2021-11-01 19:39:51

How to deserialize a cookie file?

How to deserialize a cookie file
6180176d63d3c704315428.png

static void Read()
        {
            using (StreamReader sr = new StreamReader(path))
            {
                Console.WriteLine(sr.ReadToEnd());
            }
        }

And just do it, can we expect some kind of clearly understandable characters?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
H
HemulGM, 2021-11-01
@ebaysher

This is a binary file. Only the browser developer knows how cookies are written to it. You need to study its structure and parse.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question