mirror of
https://github.com/gchq/CyberChef.git
synced 2025-04-22 07:46:16 -04:00
Actually made these ops work
This commit is contained in:
parent
2b0c327001
commit
285e512483
8 changed files with 32 additions and 27 deletions
|
@ -5,7 +5,7 @@
|
|||
*/
|
||||
|
||||
import Operation from "../Operation";
|
||||
import disassemble from "../vendor/DisassembleX86-64.js";
|
||||
import * as disassemble from "../vendor/DisassembleX86-64";
|
||||
/**
|
||||
* Disassemble x86 operation
|
||||
*/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue