1.0.3 (2023-12-25)
- Supress messy debug logging when recovering strings from code (ef54800)
1.0.2 (2023-12-25)
- 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)
- Look for string data in both read-only sections and segments (cbbacb6)
- 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)