Files
2026-06-22 12:38:04 +01:00

605 B

Integration Tests

This directory contains the automated testing infrastructure for validating the SindriKit reflective loading pipeline. Tests are data-driven: a compact specification matrix auto-expands across all (loader, architecture) combinations, and a PE mutation engine stress-tests the parser against structurally malformed inputs.

Table of Contents

  • loader/ The reflective loader test suite, test runner, PE mutator, build definitions, and payload source code.
  • fixtures/ Pre-built binary test assets (e.g., Corkami PE corpus) used for parser fuzz testing.