File tree Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -53,9 +53,11 @@ obtain the actual archived content when other tools may fail.
53
53
54
54
It can also extract recursively any type of (nested) archives-in-archives
55
55
56
- As a downside, the extracted content may not be exactly what would be expected
57
- to use the contained files: for instance ... but this it is perfectly OK for
58
- file content analysis for software composition or forensic analysis.
56
+ As a downside, the extracted content may not be exactly what would be extracted
57
+ for a typical usage of the contained files: for instance some file may be
58
+ renamed, special files and symlinks are skipped, permissions and owners are
59
+ changed but this it is fine for prmary the use case which is analysis of file
60
+ content for software composition or forensic analysis.
59
61
60
62
Behind the scene, ExtractCode uses multiple tools such as:
61
63
You can’t perform that action at this time.
0 commit comments