File tree Expand file tree Collapse file tree 1 file changed +13
-0
lines changed
Expand file tree Collapse file tree 1 file changed +13
-0
lines changed Original file line number Diff line number Diff line change @@ -13,6 +13,19 @@ The [architecture and design](docs/architecture.md) is based on experience.
1313To test this tool, you will need sample [ firmware images] ( docs/images.md ) .
1414For convenience, take a look at the [ scripts] ( scripts/ ) used for development.
1515
16+ ## Commands
17+
18+ ### ` me `
19+
20+ The ` me ` command lets you print, edit and check the (CS)ME firmware.
21+ The ` me clean ` command is compatible with ` me_cleaner ` , with minor differences:
22+
23+ - The ` --whitelist ` and ` --blacklist ` flags do not cause deletion of partitions
24+ when multiple partitions refer to the same range, but at least one of them is
25+ to be retained. This is considered a bug fix.
26+ - The ` --check ` flag checks _ all_ directory partitions as well as the presence
27+ of the FTPR. Analysis details are printed unconditionally.
28+
1629## Development
1730
1831To run the CLI via ` cargo ` directly, remember to add arguments after an extra
You can’t perform that action at this time.
0 commit comments