mirror of
https://github.com/gchq/CyberChef.git
synced 2025-05-07 15:07:11 -04:00
Merge branch 'master' of https://github.com/windhamwong/CyberChef
This commit is contained in:
commit
1a29493210
1 changed files with 0 additions and 1 deletions
|
@ -82,7 +82,6 @@ var ByteRepr = {
|
|||
var data = input.replace(/cha?r\((\d{1,3})\)/ig,
|
||||
function(match, p1) {
|
||||
if (p1) {
|
||||
console.log(p1);
|
||||
return Utils.byteArrayToChars([parseInt(p1)]);
|
||||
};
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue