stabilize tests

This commit is contained in:
master
2026-02-01 21:37:40 +02:00
parent 55744f6a39
commit 5d5e80b2e4
6435 changed files with 33984 additions and 13802 deletions

View File

@@ -26,7 +26,7 @@ Provide high-performance x86/x86-64 disassembly via Iced library. Serve as the p
## Required Reading
- Iced documentation: https://github.com/icedland/iced
- `docs/implplan/SPRINT_20260102_001_BE_binary_delta_signatures.md`
- `docs-archived/implplan/2026-01-02-completed-sprints/SPRINT_20260102_001_BE_binary_delta_signatures.md`
## Working Agreement
1. Update task status in sprint file when starting/finishing work.
@@ -34,3 +34,4 @@ Provide high-performance x86/x86-64 disassembly via Iced library. Serve as the p
3. Report capabilities accurately (no ARM, MIPS, etc.).
4. Handle malformed binaries gracefully without crashing.
5. Keep Iced NuGet version pinned for reproducible builds.

View File

@@ -1,10 +1,11 @@
// Copyright (c) StellaOps. All rights reserved.
// Licensed under BUSL-1.1. See LICENSE in the project root.
using System.Collections.Immutable;
using System.Text;
using Iced.Intel;
using Microsoft.Extensions.Logging;
using System.Collections.Immutable;
using System.Text;
namespace StellaOps.BinaryIndex.Disassembly.Iced;

View File

@@ -0,0 +1,8 @@
# StellaOps.BinaryIndex.Disassembly.Iced Task Board
This board mirrors active sprint tasks for this module.
Source of truth: `docs/implplan/SPRINT_20260130_002_Tools_csproj_remediation_solid_review.md`.
| Task ID | Status | Notes |
| --- | --- | --- |
| REMED-05 | TODO | Remediation checklist: docs/implplan/audits/csproj-standards/remediation/checklists/src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.Disassembly.Iced/StellaOps.BinaryIndex.Disassembly.Iced.md. |
| REMED-06 | DONE | SOLID review notes captured for SPRINT_20260130_002. |