Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 49d8068

Browse files
authoredOct 8, 2023
Merge pull request #1 from cxiao/release-please--branches--main--components--release-please-action
chore(main): release 1.0.0
2 parents 1fd934c + 2e36fd2 commit 49d8068

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed
 

‎CHANGELOG.md

+14
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
# Changelog
2+
3+
## 1.0.0 (2023-10-08)
4+
5+
6+
### Features
7+
8+
* Apply recovered strings and new RustStringSlice type to binary ([d67e2a7](https://github.com/cxiao/rust_string_slicer/commit/d67e2a78413cf12325fc80353e5e7cee417e1280))
9+
* Define char array of correct length when using code-based heuristic ([05cab7e](https://github.com/cxiao/rust_string_slicer/commit/05cab7e41235d9657e8b84808b860ca633ef1f70))
10+
* Move analysis to background threads ([1faed30](https://github.com/cxiao/rust_string_slicer/commit/1faed306eef2850d4945fe9b2e4e14b73431cff2))
11+
* Recover string slices from readonly data ([6bf2b21](https://github.com/cxiao/rust_string_slicer/commit/6bf2b2123198a9b22b7d83c732d9829dad49ebf7))
12+
* Recover strings using code cross references ([1d59ea2](https://github.com/cxiao/rust_string_slicer/commit/1d59ea29b375ca0d3ba588d54a091a300762910c))
13+
* Return list of string slices from recovery function ([2e8b211](https://github.com/cxiao/rust_string_slicer/commit/2e8b211436c8018b0a1e03918bc1a4fe6af51d6f))
14+
* Set up plugin and register plugin action ([55151a7](https://github.com/cxiao/rust_string_slicer/commit/55151a79fcf6210903fcdda8fa01841f7a4350d9))

0 commit comments

Comments
 (0)
Failed to load comments.