package
Version:
v0.0.0-...-1f8fe64
Opens a new window with list of versions in this module.
Published: Nov 11, 2024
License: MIT
Opens a new window with license information.
Imports: 5
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type ECache struct {
Encrypted []byte
}
type EMap struct {
Salt []byte
KeyEncrypted []byte
MapEncrypted []byte
}
EMap reflects the streams contained in the tdata/D877F783D5D3EF8C/map0 file.
Domain::StartModernResult Domain::startModern(
ReadEMap opens the map file
GetKey extracts the global key from a map file.
That key will be used later to decrypt other files.
type ESettings struct {
Salt []byte
Encrypted []byte
}
ESettings reflects the streams contained in the tdata/settings0 file.
ReadESettings opens the tdata/settings0 or tdata/settings1
Decrypt returns the decrypted settings
GetKey returns the settings key
Print streams description
Source Files
¶
Click to show internal directories.
Click to hide internal directories.