mirror of
https://github.com/gchq/CyberChef.git
synced 2025-05-14 10:06:58 -04:00
FromBraille needs some work
This commit is contained in:
parent
50d16ca3d2
commit
6adc5dda93
2 changed files with 4 additions and 11 deletions
|
@ -245,7 +245,7 @@ class Magic {
|
|||
}
|
||||
|
||||
/**
|
||||
* Uses the checks to validate the input//output of potential operations.
|
||||
* Uses the checks to validate the input/output of potential operations.
|
||||
*
|
||||
* @param {string} flag
|
||||
* @param {array} sensible
|
||||
|
@ -331,10 +331,10 @@ class Magic {
|
|||
*/
|
||||
async speculativeExecution(depth=0, extLang=false, intensive=false, recipeConfig=[], useful=false, crib=null) {
|
||||
if (depth < 0) return [];
|
||||
|
||||
console.log("still alive");
|
||||
// Find any operations that can be run on this data
|
||||
const matchingOps = this.opPatterns.findMatchingInputRegexes(this.inputStr);
|
||||
|
||||
console.log(matchingOps);
|
||||
let results = [];
|
||||
|
||||
// Record the properties of the current data
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue