From d7a3a84925a2ad614aa30bd1836d0e79cb925290 Mon Sep 17 00:00:00 2001 From: georgesotiriadis <40565316+georgesotiriadis@users.noreply.github.com> Date: Tue, 16 May 2023 02:58:22 +0300 Subject: [PATCH] V 0.3 --- main.cpp => chimera_automation/main.cpp | 0 syscalls.c => chimera_automation/syscalls.c | 0 .../syscallsstubs.std.x64.asm | 0 3 files changed, 0 insertions(+), 0 deletions(-) rename main.cpp => chimera_automation/main.cpp (100%) rename syscalls.c => chimera_automation/syscalls.c (100%) rename syscallsstubs.std.x64.asm => chimera_automation/syscallsstubs.std.x64.asm (100%) diff --git a/main.cpp b/chimera_automation/main.cpp similarity index 100% rename from main.cpp rename to chimera_automation/main.cpp diff --git a/syscalls.c b/chimera_automation/syscalls.c similarity index 100% rename from syscalls.c rename to chimera_automation/syscalls.c diff --git a/syscallsstubs.std.x64.asm b/chimera_automation/syscallsstubs.std.x64.asm similarity index 100% rename from syscallsstubs.std.x64.asm rename to chimera_automation/syscallsstubs.std.x64.asm