├── README.md ├── exe_dll_sc.exe ├── exe_dll_sc ├── exe_dll_sc.sln └── exe_dll_sc │ ├── exe_dll_sc.vcxproj │ ├── exe_dll_sc.vcxproj.filters │ ├── exe_dll_sc.vcxproj.user │ └── main.c ├── polyglot_DOS_shellcode_x64.asm └── polyglot_DOS_shellcode_x64.bin /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dump-GUY/EXE-or-DLL-or-ShellCode/HEAD/README.md -------------------------------------------------------------------------------- /exe_dll_sc.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dump-GUY/EXE-or-DLL-or-ShellCode/HEAD/exe_dll_sc.exe -------------------------------------------------------------------------------- /exe_dll_sc/exe_dll_sc.sln: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dump-GUY/EXE-or-DLL-or-ShellCode/HEAD/exe_dll_sc/exe_dll_sc.sln -------------------------------------------------------------------------------- /exe_dll_sc/exe_dll_sc/exe_dll_sc.vcxproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dump-GUY/EXE-or-DLL-or-ShellCode/HEAD/exe_dll_sc/exe_dll_sc/exe_dll_sc.vcxproj -------------------------------------------------------------------------------- /exe_dll_sc/exe_dll_sc/exe_dll_sc.vcxproj.filters: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dump-GUY/EXE-or-DLL-or-ShellCode/HEAD/exe_dll_sc/exe_dll_sc/exe_dll_sc.vcxproj.filters -------------------------------------------------------------------------------- /exe_dll_sc/exe_dll_sc/exe_dll_sc.vcxproj.user: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dump-GUY/EXE-or-DLL-or-ShellCode/HEAD/exe_dll_sc/exe_dll_sc/exe_dll_sc.vcxproj.user -------------------------------------------------------------------------------- /exe_dll_sc/exe_dll_sc/main.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dump-GUY/EXE-or-DLL-or-ShellCode/HEAD/exe_dll_sc/exe_dll_sc/main.c -------------------------------------------------------------------------------- /polyglot_DOS_shellcode_x64.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dump-GUY/EXE-or-DLL-or-ShellCode/HEAD/polyglot_DOS_shellcode_x64.asm -------------------------------------------------------------------------------- /polyglot_DOS_shellcode_x64.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dump-GUY/EXE-or-DLL-or-ShellCode/HEAD/polyglot_DOS_shellcode_x64.bin --------------------------------------------------------------------------------