bincookie
Loading...
Searching...
No Matches
Public Attributes | List of all members
bincookie_cookie_t Struct Reference

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
 

Detailed Description

Cookie data structure.

Member Data Documentation

◆ create_date_epoch

double bincookie_cookie_t::create_date_epoch

Creation date in Apple epoch format.

◆ domain_offset

uint32_t bincookie_cookie_t::domain_offset

Offset of the domain name.

◆ expiry_date_epoch

double bincookie_cookie_t::expiry_date_epoch

Expiry date in Apple epoch format.

◆ flags

bincookie_flag bincookie_cookie_t::flags

Flags used with the cookie.

◆ name_offset

uint32_t bincookie_cookie_t::name_offset

Offset of the name of the cookie.

◆ path_offset

uint32_t bincookie_cookie_t::path_offset

Offset of the path.

◆ size

uint32_t bincookie_cookie_t::size

Size of the cookie data.

◆ value_offset

uint32_t bincookie_cookie_t::value_offset

Offset of the value.


The documentation for this struct was generated from the following file: