Skip to content
Calpheon Labs Binary Schemas
Esc
navigateopen⌘Jpreview
On this page

employeecharactershipoffset.dbss

Binary layout, byte coverage, field semantics, and validation evidence for the intrinsic BSD employeecharactershipoffset decoder.

Investigation status

Status Value
Coverage 100%
Iteration BSD migration
Review state BSD migration reconciled
Last reviewed 2026-08-03
Captures examined Steam capture ads_version 856; PAZ 3600; file hash 1787659586; 384 extracted bytes; 38 rows; normalized SHA-256 290080328e28c648343c8639a896ac0794368abaa68e9f5b243ba973d589fa7b
Decoder packages/scraper/src/tables/employeecharactershipoffset.dbss.ts
Remaining blockers None

See Decoder methodology for the confidence scale and evidence rules.

Field ledger

Field/path Offset and width Representation Claimed meaning Physical confidence Representation confidence Semantic confidence Evidence Status
File framing whole file intrinsic BSD schema with strict EOF validation record framing and section boundaries Certain Certain High Fresh extraction and strict decoding consume the capture exactly Closed
rows[].key row +0, u16 retained ship character key Certain Certain High Matches payload identities for every captured row Closed
rows[].offset, byteLength row +2, two u32 retained payload byte span Certain Certain High Directory spans partition the payload during migration Closed
Reserved ranges schema-local fixed widths consumed with .pad() and omitted framing or semantically neutral capacity Certain Certain Neutral Adjacent fields, strict EOF, and exact snapshot parity establish each width Closed

Active assumptions

Findings

ID Finding Evidence Schema/documentation impact Status
F-01 The intrinsic decoder reproduces the transformed reference output exactly. Full snapshot comparison; 38 rows; normalized SHA-256 290080328e28c648343c8639a896ac0794368abaa68e9f5b243ba973d589fa7b The BSD schema is the production source of truth. Closed
F-02 Row and section boundaries are intrinsic. Strict decoding reaches exact EOF on the installed capture. No companion offset table is loaded by this decoder. Closed
F-03 Reserved byte ranges are representation details. Their widths are fixed by adjacent fields and full-snapshot parity. .pad() keeps the schema readable and omits redundant output properties. Closed

Was this page helpful?