diff options
| author | Christian Krinitsin <mail@krinitsin.com> | 2025-07-17 09:10:43 +0200 |
|---|---|---|
| committer | Christian Krinitsin <mail@krinitsin.com> | 2025-07-17 09:10:43 +0200 |
| commit | f2ec263023649e596c5076df32c2d328bc9393d2 (patch) | |
| tree | 5dd86caab46e552bd2e62bf9c4fb1a7504a44db4 /results/scraper/fex/4281 | |
| parent | 63d2e9d409831aa8582787234cae4741847504b7 (diff) | |
| download | qemu-analysis-main.tar.gz qemu-analysis-main.zip | |
Diffstat (limited to 'results/scraper/fex/4281')
| -rw-r--r-- | results/scraper/fex/4281 | 37 |
1 files changed, 37 insertions, 0 deletions
diff --git a/results/scraper/fex/4281 b/results/scraper/fex/4281 new file mode 100644 index 000000000..0b1bd985d --- /dev/null +++ b/results/scraper/fex/4281 @@ -0,0 +1,37 @@ +The logic to check unsquashfs might be wrong +I can see in the codebase that `--help` is used to check. + +however: + +``` +unsquashfs --help +unsquashfs: --help is an invalid option + +Run + "unsquashfs -help-option <regex>" to get help on all options +matching <regex> + +Or run + "unsquashfs -help-section <section-name>" to get help on these sections + SECTION NAME SECTION + extraction Filesystem extraction (filtering) + options: + information Filesystem information and listing + options: + xattrs Filesystem extended attribute + (xattrs) options: + runtime Unsquashfs runtime options: + help Help options: + misc Miscellaneous options: + environment Environment: + exit Exit status: + extra See also (extra information + elsewhere): + decompressors Decompressors available: + +Or run + "unsquashfs -help-all" to get help on all the sections +~ [1]$ +``` + +I compiled squashfs tools with commit f77b633f3a5bfb3e199286deed037b1c7f03ba91 ffom https://github.com/plougher/squashfs-tools.git \ No newline at end of file |