cyberchef
Version:
The Cyber Swiss Army Knife for encryption, encoding, compression and data analysis.
17 lines (13 loc) • 401 B
JavaScript
/**
* THIS FILE IS AUTOMATICALLY GENERATED BY src/core/config/scripts/generateConfig.mjs
*
* @author n1474335 [n1474335@gmail.com]
* @copyright Crown Copyright 2026
* @license Apache-2.0
*/
import YARARules from "../../operations/YARARules.mjs";
const OpModules = typeof self === "undefined" ? {} : self.OpModules || {};
OpModules.Yara = {
"YARA Rules": YARARules,
};
export default OpModules;