mirror of
https://github.com/gchq/CyberChef.git
synced 2025-04-20 23:06:16 -04:00
ESM: Ported MS and Entropy operations
This commit is contained in:
parent
ebcc5bd9c8
commit
84df055888
10 changed files with 705 additions and 189 deletions
|
@ -60,6 +60,12 @@ class Chef {
|
|||
recipe.setBreakpoint(progress + 1, true);
|
||||
}
|
||||
|
||||
// If the previously run operation presented a different value to its
|
||||
// normal output, we need to recalculate it.
|
||||
if (recipe.lastOpPresented(progress)) {
|
||||
progress = 0;
|
||||
}
|
||||
|
||||
// If stepping with flow control, we have to start from the beginning
|
||||
// but still want to skip all previous breakpoints
|
||||
if (progress > 0 && containsFc) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue