-
-
Notifications
You must be signed in to change notification settings - Fork 2
Epic: Offset Resolution #55
Copy link
Copy link
Labels
enhancementNew feature or requestNew feature or requestevaluatorRule evaluation engine and logicRule evaluation engine and logic
Milestone
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requestevaluatorRule evaluation engine and logicRule evaluation engine and logic
Summary
Complete offset resolution by implementing indirect and relative offset evaluation. AST representations exist but evaluation is stubbed with TODOs.
Current State
Tracking
Success Criteria
All offset specification types from GNU file's magic format are fully evaluated, enabling pointer-chasing through binary structures (PE headers, compound documents, etc.).
Impact
Indirect offsets are critical for PE executable detection, Office document format identification, and any format where headers contain pointers to content.