Files
28Zaaky-khaos-c2/agent/include/bof.h
T
2026-06-30 18:02:46 +03:00

10 lines
175 B
C

#ifndef BOF_H
#define BOF_H
#include <stddef.h>
int cmd_bof(const char *coff_b64, const char *args_b64,
char *output_buf, size_t output_sz);
#endif /* BOF_H */