Skip to content

Latest commit

 

History

History
37 lines (21 loc) · 2.32 KB

CHANGELOG.md

File metadata and controls

37 lines (21 loc) · 2.32 KB

Changelog

1.0.3 (2023-12-25)

Bug Fixes

  • Supress messy debug logging when recovering strings from code (ef54800)

1.0.2 (2023-12-25)

Bug Fixes

  • Add valid UTF-8 and length filtering when recovering strings from code (3e4024c)
  • Check for existence of RustStringSlice type before creating it (4813149)
  • When reecovering strings from code, also look for string data in both read-only sections and segments (5a278f6)

1.0.1 (2023-12-24)

Bug Fixes

  • Look for string data in both read-only sections and segments (cbbacb6)

1.0.0 (2023-10-08)

Features

  • Apply recovered strings and new RustStringSlice type to binary (d67e2a7)
  • Define char array of correct length when using code-based heuristic (05cab7e)
  • Move analysis to background threads (1faed30)
  • Recover string slices from readonly data (6bf2b21)
  • Recover strings using code cross references (1d59ea2)
  • Return list of string slices from recovery function (2e8b211)
  • Set up plugin and register plugin action (55151a7)