2
0
mirror of https://github.com/gchq/CyberChef synced 2025-12-17 16:53:45 +00:00

ESM: Ported Bzip2, Diff and Tar operations

This commit is contained in:
n1474335
2018-05-21 18:23:05 +00:00
parent 749b0510e7
commit cefe3fc542
6 changed files with 459 additions and 2 deletions

View File

@@ -261,3 +261,5 @@ bzip2.decompress = function(bits, size, len){
}
return output;
}
module.exports = bzip2;