diff --git a/.gitignore b/.gitignore index 259148f..65e3112 100644 --- a/.gitignore +++ b/.gitignore @@ -30,3 +30,5 @@ *.exe *.out *.app + +.vs \ No newline at end of file diff --git a/Injector/Injector.vcxproj b/Injector/Injector.vcxproj new file mode 100644 index 0000000..be9bf59 --- /dev/null +++ b/Injector/Injector.vcxproj @@ -0,0 +1,135 @@ + + + + + Debug + Win32 + + + Release + Win32 + + + Debug + x64 + + + Release + x64 + + + + 16.0 + Win32Proj + {9c556697-73d5-47e2-908c-b285cb253cc6} + Injector + 10.0.22621.0 + + + + Application + true + v143 + Unicode + + + Application + false + v143 + true + Unicode + + + Application + true + v141 + MultiByte + + + Application + false + v143 + true + Unicode + + + + + + + + + + + + + + + + + + + + + + Level3 + true + WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) + true + + + Console + true + + + + + Level3 + true + true + true + WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions) + true + + + Console + true + true + true + + + + + Level3 + true + _DEBUG;_CONSOLE;%(PreprocessorDefinitions) + true + + + Console + true + + + + + Level3 + true + true + true + NDEBUG;_CONSOLE;%(PreprocessorDefinitions) + true + + + Console + true + true + true + + + + + + + + + \ No newline at end of file diff --git a/Injector/Injector.vcxproj.filters b/Injector/Injector.vcxproj.filters new file mode 100644 index 0000000..3e7e62e --- /dev/null +++ b/Injector/Injector.vcxproj.filters @@ -0,0 +1,22 @@ + + + + + {4FC737F1-C7A5-4376-A066-2A32D752A2FF} + cpp;c;cc;cxx;c++;cppm;ixx;def;odl;idl;hpj;bat;asm;asmx + + + {93995380-89BD-4b04-88EB-625FBE52EBFB} + h;hh;hpp;hxx;h++;hm;inl;inc;ipp;xsd + + + {67DA6AB6-F800-4c08-8B7A-83BB121AAD01} + rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav;mfcribbon-ms + + + + + Source Files + + + \ No newline at end of file diff --git a/Injector/Injector.vcxproj.user b/Injector/Injector.vcxproj.user new file mode 100644 index 0000000..88a5509 --- /dev/null +++ b/Injector/Injector.vcxproj.user @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/Injector/Source.cpp b/Injector/Source.cpp new file mode 100644 index 0000000..4fc0426 --- /dev/null +++ b/Injector/Source.cpp @@ -0,0 +1,5 @@ +#include + +INT main(INT arg, PCHAR argv[]) { + +} \ No newline at end of file diff --git a/Injector/x64/Debug/Injector.Build.CppClean.log b/Injector/x64/Debug/Injector.Build.CppClean.log new file mode 100644 index 0000000..e69de29 diff --git a/Injector/x64/Debug/Injector.log b/Injector/x64/Debug/Injector.log new file mode 100644 index 0000000..5f28270 --- /dev/null +++ b/Injector/x64/Debug/Injector.log @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Injector/x64/Debug/Injector.vcxproj.FileListAbsolute.txt b/Injector/x64/Debug/Injector.vcxproj.FileListAbsolute.txt new file mode 100644 index 0000000..e69de29 diff --git a/RAT.sln b/RAT.sln new file mode 100644 index 0000000..b3ef064 --- /dev/null +++ b/RAT.sln @@ -0,0 +1,41 @@ + +Microsoft Visual Studio Solution File, Format Version 12.00 +# Visual Studio Version 17 +VisualStudioVersion = 17.6.33815.320 +MinimumVisualStudioVersion = 10.0.40219.1 +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "FunDLL", "RAT\RAT.vcxproj", "{C7E129B4-8A7E-4E5C-A259-573609675FED}" +EndProject +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Injector", "Injector\Injector.vcxproj", "{9C556697-73D5-47E2-908C-B285CB253CC6}" +EndProject +Global + GlobalSection(SolutionConfigurationPlatforms) = preSolution + Debug|x64 = Debug|x64 + Debug|x86 = Debug|x86 + Release|x64 = Release|x64 + Release|x86 = Release|x86 + EndGlobalSection + GlobalSection(ProjectConfigurationPlatforms) = postSolution + {C7E129B4-8A7E-4E5C-A259-573609675FED}.Debug|x64.ActiveCfg = Debug|x64 + {C7E129B4-8A7E-4E5C-A259-573609675FED}.Debug|x64.Build.0 = Debug|x64 + {C7E129B4-8A7E-4E5C-A259-573609675FED}.Debug|x86.ActiveCfg = Debug|Win32 + {C7E129B4-8A7E-4E5C-A259-573609675FED}.Debug|x86.Build.0 = Debug|Win32 + {C7E129B4-8A7E-4E5C-A259-573609675FED}.Release|x64.ActiveCfg = Release|x64 + {C7E129B4-8A7E-4E5C-A259-573609675FED}.Release|x64.Build.0 = Release|x64 + {C7E129B4-8A7E-4E5C-A259-573609675FED}.Release|x86.ActiveCfg = Release|Win32 + {C7E129B4-8A7E-4E5C-A259-573609675FED}.Release|x86.Build.0 = Release|Win32 + {9C556697-73D5-47E2-908C-B285CB253CC6}.Debug|x64.ActiveCfg = Debug|x64 + {9C556697-73D5-47E2-908C-B285CB253CC6}.Debug|x64.Build.0 = Debug|x64 + {9C556697-73D5-47E2-908C-B285CB253CC6}.Debug|x86.ActiveCfg = Debug|Win32 + {9C556697-73D5-47E2-908C-B285CB253CC6}.Debug|x86.Build.0 = Debug|Win32 + {9C556697-73D5-47E2-908C-B285CB253CC6}.Release|x64.ActiveCfg = Release|x64 + {9C556697-73D5-47E2-908C-B285CB253CC6}.Release|x64.Build.0 = Release|x64 + {9C556697-73D5-47E2-908C-B285CB253CC6}.Release|x86.ActiveCfg = Release|Win32 + {9C556697-73D5-47E2-908C-B285CB253CC6}.Release|x86.Build.0 = Release|Win32 + EndGlobalSection + GlobalSection(SolutionProperties) = preSolution + HideSolutionNode = FALSE + EndGlobalSection + GlobalSection(ExtensibilityGlobals) = postSolution + SolutionGuid = {FC6A9CC1-9FD7-4976-8D0E-4238DE59EF05} + EndGlobalSection +EndGlobal diff --git a/RAT/RAT.vcxproj b/RAT/RAT.vcxproj new file mode 100644 index 0000000..f4d8206 --- /dev/null +++ b/RAT/RAT.vcxproj @@ -0,0 +1,148 @@ + + + + + Debug + Win32 + + + Release + Win32 + + + Debug + x64 + + + Release + x64 + + + + 16.0 + Win32Proj + {c7e129b4-8a7e-4e5c-a259-573609675fed} + RAT + 10.0 + FunDLL + + + + Application + true + v143 + Unicode + + + Application + false + v143 + true + Unicode + + + DynamicLibrary + true + v141_xp + MultiByte + true + + + Application + false + v143 + true + Unicode + + + + + + + + + + + + + + + + + + + + + false + + + + Level3 + true + WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) + true + + + Console + true + + + + + Level3 + true + true + true + WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions) + true + + + Console + true + true + true + + + + + Level3 + false + WIN32;NDEBUG;_WINDOWS;_USRDLL;RAT_EXPORTS;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions) + false + MaxSpeed + true + false + Default + MultiThreaded + true + ProgramDatabase + + + Windows + true + 5.01 + + + + + Level3 + true + true + true + NDEBUG;_CONSOLE;%(PreprocessorDefinitions) + true + + + Console + true + true + true + + + + + + + + + \ No newline at end of file diff --git a/RAT/RAT.vcxproj.filters b/RAT/RAT.vcxproj.filters new file mode 100644 index 0000000..f9f4109 --- /dev/null +++ b/RAT/RAT.vcxproj.filters @@ -0,0 +1,22 @@ + + + + + {4FC737F1-C7A5-4376-A066-2A32D752A2FF} + cpp;c;cc;cxx;c++;cppm;ixx;def;odl;idl;hpj;bat;asm;asmx + + + {93995380-89BD-4b04-88EB-625FBE52EBFB} + h;hh;hpp;hxx;h++;hm;inl;inc;ipp;xsd + + + {67DA6AB6-F800-4c08-8B7A-83BB121AAD01} + rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav;mfcribbon-ms + + + + + Source Files + + + \ No newline at end of file diff --git a/RAT/RAT.vcxproj.user b/RAT/RAT.vcxproj.user new file mode 100644 index 0000000..88a5509 --- /dev/null +++ b/RAT/RAT.vcxproj.user @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/RAT/fundll.cpp b/RAT/fundll.cpp new file mode 100644 index 0000000..640de68 --- /dev/null +++ b/RAT/fundll.cpp @@ -0,0 +1,20 @@ +#include + +BOOL APIENTRY DllMain(HMODULE Base, DWORD Callback, LPVOID Param) { + switch (Callback) { + case DLL_PROCESS_ATTACH: + + break; + case DLL_PROCESS_DETACH: + + break; + default: + + break; + } + return 1; +} + +extern "C" __declspec(dllexport) int FunEntry() { + return MessageBoxA(0, "Hello World From C2", 0, 0); +} \ No newline at end of file diff --git a/RAT/x64/Debug/FunDLL.Build.CppClean.log b/RAT/x64/Debug/FunDLL.Build.CppClean.log new file mode 100644 index 0000000..a26586c --- /dev/null +++ b/RAT/x64/Debug/FunDLL.Build.CppClean.log @@ -0,0 +1,15 @@ +c:\users\hellisabove\source\repos\rat\rat\x64\debug\vc141.pdb +c:\users\hellisabove\source\repos\rat\rat\x64\debug\fundll.obj +c:\users\hellisabove\source\repos\rat\x64\debug\fundll.lib +c:\users\hellisabove\source\repos\rat\x64\debug\fundll.exp +c:\users\hellisabove\source\repos\rat\x64\debug\fundll.ipdb +c:\users\hellisabove\source\repos\rat\x64\debug\fundll.iobj +c:\users\hellisabove\source\repos\rat\x64\debug\fundll.dll +c:\users\hellisabove\source\repos\rat\x64\debug\fundll.pdb +c:\users\hellisabove\source\repos\rat\rat\x64\debug\fundll.tlog\cl.command.1.tlog +c:\users\hellisabove\source\repos\rat\rat\x64\debug\fundll.tlog\cl.read.1.tlog +c:\users\hellisabove\source\repos\rat\rat\x64\debug\fundll.tlog\cl.write.1.tlog +c:\users\hellisabove\source\repos\rat\rat\x64\debug\fundll.tlog\fundll.write.1u.tlog +c:\users\hellisabove\source\repos\rat\rat\x64\debug\fundll.tlog\link.command.1.tlog +c:\users\hellisabove\source\repos\rat\rat\x64\debug\fundll.tlog\link.read.1.tlog +c:\users\hellisabove\source\repos\rat\rat\x64\debug\fundll.tlog\link.write.1.tlog diff --git a/RAT/x64/Debug/RAT.log b/RAT/x64/Debug/RAT.log new file mode 100644 index 0000000..5f28270 --- /dev/null +++ b/RAT/x64/Debug/RAT.log @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/RAT/x64/Debug/RAT.vcxproj.FileListAbsolute.txt b/RAT/x64/Debug/RAT.vcxproj.FileListAbsolute.txt new file mode 100644 index 0000000..e69de29