/* * stackrot_cve_2023_3269 — SKELETONKEY module registry hook */ #ifndef STACKROT_SKELETONKEY_MODULES_H #define STACKROT_SKELETONKEY_MODULES_H #include "../../core/module.h" extern const struct skeletonkey_module stackrot_module; #endif