forked from quarkslab/rewind
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
48 changed files
with
3,784 additions
and
1,067 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,4 @@ | ||
target | ||
target | ||
tests | ||
tmp | ||
old |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,3 +3,6 @@ Cargo.lock | |
.chrome | ||
tmp | ||
vendor | ||
old | ||
examples/store | ||
examples/snapshots |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,24 +1,26 @@ | ||
|
||
# TODO | ||
|
||
- clean dependency tree with cargo tree | ||
- setup cargo release | ||
- improve tests | ||
- add doc | ||
- get test coverage | ||
- update README | ||
- [ ] clean dependency tree with cargo tree | ||
- [ ] setup cargo release | ||
- [ ] improve tests | ||
- [ ] add doc | ||
- [ ] get test coverage | ||
- [ ] update README | ||
- [X] docker pipeline | ||
|
||
## rewind-cli | ||
|
||
- improve cli documentation | ||
- [ ] improve cli documentation | ||
- [X] remove whvp backend for linux build | ||
|
||
## rewind-core | ||
|
||
## rewind-system | ||
|
||
- remove deku and use zerocopy instead | ||
- [ ] remove deku and use zerocopy instead | ||
|
||
## rewind-snapshot | ||
|
||
- improve parsing | ||
- add support for full dump | ||
- [ ] improve parsing | ||
- [X] add support for full dump |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.