mirror of
https://github.com/28Zaaky/khaos-c2
synced 2026-07-22 12:18:04 +00:00
10 lines
175 B
C
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 */
|