Ryan Malloy 20d0cd2e3a perf: major performance improvements and code quality fixes
- P1: search_strings now uses dnfile's #US heap directly instead of
  decompiling entire assembly, providing 10-100x speedup
- P2: add pagination (max_results/offset) to all list/search tools
- P5: add proper logging for platform detection failures
- P6: replace generic exception catches with specific exceptions
- P7: fix MetadataReader.__exit__ return type
- P8: add PE signature (MZ header) validation before invoking ilspycmd

All 35 tests pass, ruff check clean.
2026-02-08 11:40:25 -07:00
..