mirror of
https://github.com/gchq/CyberChef
synced 2025-12-22 19:23:40 +00:00
Add author to runTar, runUntar, displayFilesAsHTML
This commit is contained in:
@@ -932,6 +932,8 @@ var Utils = {
|
||||
/**
|
||||
* Formats a list of files or directories.
|
||||
*
|
||||
* @author tlwr [toby@toby.codes]
|
||||
*
|
||||
* @param {File[]} files
|
||||
* @returns {html}
|
||||
*/
|
||||
|
||||
@@ -357,6 +357,8 @@ var Compress = {
|
||||
/**
|
||||
* Tar unpack operation.
|
||||
*
|
||||
* @author tlwr [toby@toby.codes]
|
||||
*
|
||||
* @param {byteArray} input
|
||||
* @param {Object[]} args
|
||||
* @returns {byteArray}
|
||||
@@ -370,6 +372,8 @@ var Compress = {
|
||||
/**
|
||||
* Untar unpack operation.
|
||||
*
|
||||
* @author tlwr [toby@toby.codes]
|
||||
*
|
||||
* @param {byteArray} input
|
||||
* @param {Object[]} args
|
||||
* @returns {html}
|
||||
|
||||
Reference in New Issue
Block a user