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

guildhousecraftstorage.dbss

Binary layout, byte coverage, field semantics, and validation evidence for the intrinsic BSD guildhousecraftstorage 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 3753; file hash 895401251; 104 extracted bytes; 10 rows; normalized SHA-256 cfd754701ee800100599f575818db1a8c6651464ff3d6b4ca8ab4d8d67679f12
Decoder packages/scraper/src/tables/guildhousecraftstorage.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
count/outer key table +0, 4; row +0, 4 u32 Count/recipe-list id Certain Certain Certain Repeated payload and companion key Closed
recipeListId row +4, 4 u32 Guild-house recipe list Certain Certain Certain Exact joins to skill table/list ids Closed
storageCapacity row +8, 2 u16 Stored capacity/slot count Certain Certain Certain Guild-house storage identity and compiled client capacity consumer 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 neutral

Active assumptions

Findings

ID Finding Evidence Schema/documentation impact Status
F-01 The intrinsic decoder reproduces the transformed reference output exactly. Full snapshot comparison; 10 rows; normalized SHA-256 cfd754701ee800100599f575818db1a8c6651464ff3d6b4ca8ab4d8d67679f12 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

Reconciled source findings

ID Finding Evidence Schema/documentation impact Status
GHCS-01 Rows are intrinsically fixed at ten bytes Count-derived EOF Companion is corroboration, not a decoder dependency Resolved

Was this page helpful?