mirror of
https://github.com/gchq/CyberChef.git
synced 2024-11-02 14:11:02 +01:00
Tidied up ExtractTAR
This commit is contained in:
parent
2e7ce477d7
commit
7a4ebbf47e
@ -2857,7 +2857,7 @@ export function extractTAR(bytes, offset) {
|
||||
stream.moveForwardsBy(0x101);
|
||||
if (stream.getBytes(5).join("") !== [0x75, 0x73, 0x74, 0x61, 0x72].join("")) {
|
||||
|
||||
// Needed since if it were not here it relies on there being at least 0x106 padding of 0s at the end of the TAR.
|
||||
// Needed since we cannot rely on there being at least 0x106 padding of 0s at the end of the TAR(even though there usually is).
|
||||
stream.moveBackwardsBy(0x106);
|
||||
break;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user