|
bincookie
|
Cookie data structure. More...
#include <bincookie.h>
Public Attributes | |
| uint32_t | size |
| unsigned char | unk1 [4] |
| bincookie_flag | flags |
| unsigned char | unk2 [4] |
| uint32_t | domain_offset |
| uint32_t | name_offset |
| uint32_t | path_offset |
| uint32_t | value_offset |
| unsigned char | unk [8] |
| double | expiry_date_epoch |
| double | create_date_epoch |
Cookie data structure.
| double bincookie_cookie_t::create_date_epoch |
Creation date in Apple epoch format.
| uint32_t bincookie_cookie_t::domain_offset |
Offset of the domain name.
| double bincookie_cookie_t::expiry_date_epoch |
Expiry date in Apple epoch format.
| bincookie_flag bincookie_cookie_t::flags |
Flags used with the cookie.
| uint32_t bincookie_cookie_t::name_offset |
Offset of the name of the cookie.
| uint32_t bincookie_cookie_t::path_offset |
Offset of the path.
| uint32_t bincookie_cookie_t::size |
Size of the cookie data.
| uint32_t bincookie_cookie_t::value_offset |
Offset of the value.