mirror of
https://github.com/gchq/CyberChef
synced 2025-12-10 21:33:36 +00:00
Added 'Disassemble x86' operation
This commit is contained in:
@@ -9,7 +9,7 @@ require("babel-polyfill");
|
||||
|
||||
const Chef = require("../core/Chef.js").default;
|
||||
|
||||
const CyberChef = module.exports = {
|
||||
const CyberChef = {
|
||||
|
||||
bake: function(input, recipeConfig) {
|
||||
this.chef = new Chef();
|
||||
@@ -23,3 +23,5 @@ const CyberChef = module.exports = {
|
||||
}
|
||||
|
||||
};
|
||||
|
||||
module.exports = CyberChef;
|
||||
|
||||
Reference in New Issue
Block a user