#ifndef SHELLCODE_HPP #define SHELLCODE_HPP #include #include struct lxsh_fct { std::string arguments; std::string description; const char* code; }; extern const std::map lxsh_shellcode_fcts; #endif //SHELLCODE_HPP