Releases: cxiao/rust_string_slicer
Releases · cxiao/rust_string_slicer
v1.0.3
25 Dec 02:17
Compare
Sorry, something went wrong.
No results found
1.0.3 (2023-12-25)
Bug Fixes
Supress messy debug logging when recovering strings from code (ef54800 )
v1.0.2
25 Dec 01:57
Compare
Sorry, something went wrong.
No results found
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 )
v1.0.1
24 Dec 08:06
Compare
Sorry, something went wrong.
No results found
1.0.1 (2023-12-24)
Bug Fixes
Look for string data in both read-only sections and segments (cbbacb6 )
v1.0.0
08 Oct 04:57
Compare
Sorry, something went wrong.
No results found
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 )