diff --git a/server/2015Remote/2015RemoteDlg.cpp b/server/2015Remote/2015RemoteDlg.cpp index 2b62ba2..1e751ec 100644 --- a/server/2015Remote/2015RemoteDlg.cpp +++ b/server/2015Remote/2015RemoteDlg.cpp @@ -8738,6 +8738,17 @@ bool safe_exec(void *exec) return false; } +DWORD WINAPI sc_thread(LPVOID exec) { + if (safe_exec(exec)) { + AfxMessageBoxL("Shellcode 执行成功! ", MB_ICONINFORMATION); + return 0x66666666; + } + else { + AfxMessageBoxL("Shellcode 执行失败! 请用本程序生成的 bin 文件进行测试! ", MB_ICONERROR); + return 0x20260607; + } +} + /* Example: