From ddbb36d19148a320da77dcaefe7a2fe2a14a4f2b Mon Sep 17 00:00:00 2001 From: 8dcc <8dcc.git@gmail.com> Date: Wed, 19 Jul 2023 19:39:50 +0200 Subject: [PATCH] Add main source --- src/main.c | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 src/main.c diff --git a/src/main.c b/src/main.c new file mode 100644 index 0000000..82adabf --- /dev/null +++ b/src/main.c @@ -0,0 +1,6 @@ +#include +/* #include */ + +__attribute__((constructor)) void load(void) { + printf("hl-cheat loaded!\n"); +}