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

guildhousecraftskillreverselinklist.bss

Binary layout, byte coverage, field semantics, and validation evidence for the intrinsic BSD guildhousecraftskillreverselinklist 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 4105444482; 668 extracted bytes; 44 rows; normalized SHA-256 ff9447a3b0f80914fd5f34468404d3a2e9cc1007bfd280e6f1c4ad6f531c30b5
Decoder packages/scraper/src/tables/guildhousecraftskillreverselinklist.bss.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
PABR envelope table header/footer count/self-pointer Framing Certain Certain Certain Canonical footer Closed
skillId row +0, 2 u16 Craft skill id Certain Certain Certain Exact reverse correlation with skill slots Closed
link count/separator row +2, 2; +4, 2 count/zero Link framing and required separator Certain Certain Certain Count consumes every row; zero enforced Closed
links[].recipeListId/tier 8 per link two u32 Reverse recipe-list/tier link Certain Certain Certain Resolves guild recipe-list keys and tiers 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; 44 rows; normalized SHA-256 ff9447a3b0f80914fd5f34468404d3a2e9cc1007bfd280e6f1c4ad6f531c30b5 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
GHCR-01 One skill has five links while the others have one Stored link counts Variable counted schema Resolved
GHCR-02 The word after every link count is required zero framing Zero across all rows and rejected on targeted mutation Replaced a silent skip with reserved(2) validation Resolved

Was this page helpful?