Move command registry from components/command/ into components/core/. New modules: mod_canbus, mod_honeypot, mod_fallback, mod_redteam, mod_ota. Replace mod_proxy with tun_core (multiplexed SOCKS5 tunnel). Kconfig extended with per-module settings and async worker config.
8 lines
122 B
C
8 lines
122 B
C
/*
|
|
* cmd_canbus.h
|
|
* CAN bus module — C2 command interface.
|
|
*/
|
|
#pragma once
|
|
|
|
void mod_canbus_register_commands(void);
|