mirror of
https://github.com/Aryma-f4/Ares-mythic.git
synced 2026-06-13 15:44:13 +00:00
first commit
This commit is contained in:
12
hummer/mythic_integration.h
Normal file
12
hummer/mythic_integration.h
Normal file
@@ -0,0 +1,12 @@
|
||||
#pragma once
|
||||
|
||||
#include <string>
|
||||
|
||||
// Mythic integration functions
|
||||
bool initialize_mythic();
|
||||
void cleanup_mythic();
|
||||
std::string mythic_checkin();
|
||||
std::string execute_command(const std::string& command);
|
||||
|
||||
// External variables
|
||||
extern std::atomic<bool> mythic_running;
|
||||
Reference in New Issue
Block a user