• <ins id="pjuwb"></ins>
    <blockquote id="pjuwb"><pre id="pjuwb"></pre></blockquote>
    <noscript id="pjuwb"></noscript>
          <sup id="pjuwb"><pre id="pjuwb"></pre></sup>
            <dd id="pjuwb"></dd>
            <abbr id="pjuwb"></abbr>

            簡單的CreateRemoteThread例程2Dll-初學者必看

            // dll.cpp : Defines the initialization routines for the DLL.
            // Author:秋鎮菜

            #include "stdafx.h"
            #include <afxdllx.h>

            #ifdef _DEBUG
            #define new DEBUG_NEW
            #undef THIS_FILE
            static char THIS_FILE[] = __FILE__;
            #endif


            static AFX_EXTENSION_MODULE DllDLL = { NULL, NULL };

            extern "C" int APIENTRY
            DllMain(HINSTANCE hInstance, DWORD dwReason, LPVOID lpReserved)
            {
            // Remove this if you use lpReserved
            UNREFERENCED_PARAMETER(lpReserved);

            if (dwReason == DLL_PROCESS_ATTACH)
            {
               TRACE0("DLL.DLL Initializing!\n");
              
               // Extension DLL one-time initialization
               if (!AfxInitExtensionModule(DllDLL, hInstance))
                return 0;

               // Insert this DLL into the resource chain
               // NOTE: If this Extension DLL is being implicitly linked to by
               // an MFC Regular DLL (such as an ActiveX Control)
               // instead of an MFC application, then you will want to
               // remove this line from DllMain and put it in a separate
               // function exported from this Extension DLL. The Regular DLL
               // that uses this Extension DLL should then explicitly call that
               // function to initialize this Extension DLL. Otherwise,
               // the CDynLinkLibrary object will not be attached to the
               // Regular DLL's resource chain, and serious problems will
               // result.
               MessageBox(NULL, "對話框", NULL, MB_OK);
               new CDynLinkLibrary(DllDLL);
            }
            else if (dwReason == DLL_PROCESS_DETACH)
            {
               TRACE0("DLL.DLL Terminating!\n");
               // Terminate the library before destructors are called
               AfxTermExtensionModule(DllDLL);
            }
            return 1;   // ok
            }


            // remotethread.cpp : Defines the entry point for the console application.
            // Author:秋鎮菜

            #include "stdafx.h"
            #include "windows.h"

            int main(int argc, char* argv[])
            {
            HWND hWnd = FindWindow("notepad", NULL);
            DWORD dwId;
            GetWindowThreadProcessId(hWnd, &dwId);
            HANDLE hProcess = OpenProcess(PROCESS_ALL_ACCESS, FALSE, dwId);
            if (! hProcess)
               return 0;

            char sz[MAX_PATH];
            GetModuleFileName(NULL, sz, MAX_PATH);
            strcpy(strstr(sz,".exe"), ".dll");
            strcpy(sz, "c:\\windows\\dll.dll");
            void *pData = VirtualAllocEx(hProcess, 0, sizeof (sz), MEM_COMMIT, PAGE_READWRITE);
            if (! pData)
               return 0;
            if (! WriteProcessMemory(hProcess, pData, sz, sizeof (sz), 0))
               return 0;
            HANDLE hThread = CreateRemoteThread(hProcess, NULL, 0,
               (LPTHREAD_START_ROUTINE)GetProcAddress(
               LoadLibrary("kernel32.dll"), "LoadLibraryA"), pData, 0, 0);
            if (hThread == NULL)
               return 0;
            printf("sssssssssssssssssssssssssssssss\r\n");
            WaitForSingleObject(hThread, INFINITE);
            DWORD dwModule;
            GetExitCodeThread(hThread, &dwModule);
            CloseHandle(hThread);
            VirtualFreeEx(hProcess, pData, sizeof (sz), MEM_RELEASE);
            printf("...............................\r\n");
            hThread = CreateRemoteThread(hProcess, NULL, 0,
               (LPTHREAD_START_ROUTINE)GetProcAddress(
               LoadLibrary("kernel32.dll"), "FreeLibrary"), &dwModule, 0, 0);
            if (hThread == NULL)
               return 0;
            WaitForSingleObject(hThread, INFINITE);
            CloseHandle(hThread);
            CloseHandle(hProcess);
            printf(sz);
            printf("\r\n");
            Sleep(2000);
            return 0;
            }

            posted on 2010-06-21 22:53 lhking 閱讀(382) 評論(0)  編輯 收藏 引用

            導航

            <2010年6月>
            303112345
            6789101112
            13141516171819
            20212223242526
            27282930123
            45678910

            統計

            常用鏈接

            留言簿

            隨筆檔案

            搜索

            最新評論

            閱讀排行榜

            評論排行榜

            久久精品人人做人人爽97| 久久99精品久久只有精品| 久久精品国产2020| 久久婷婷色综合一区二区| 久久久噜噜噜久久中文字幕色伊伊| 久久无码人妻精品一区二区三区| 久久精品国产半推半就| 国内精品伊人久久久久网站| 久久精品国产精品亚洲人人 | 久久久久国色AV免费看图片| 国产99久久久久久免费看| 亚洲国产精品综合久久一线| 久久99久久99精品免视看动漫| 久久亚洲精品成人AV| 99久久国产综合精品网成人影院| 久久人搡人人玩人妻精品首页| 欧美久久久久久| 97精品伊人久久大香线蕉app | 国产精品青草久久久久福利99| 久久久久亚洲精品男人的天堂| 久久天天躁夜夜躁狠狠| 国产国产成人精品久久| 久久毛片一区二区| 国产成人久久AV免费| 日本精品久久久久久久久免费| 亚洲精品乱码久久久久久按摩| 久久99热这里只有精品国产| 浪潮AV色综合久久天堂| 久久婷婷五月综合色99啪ak| 久久99精品综合国产首页| 狠狠色丁香婷婷久久综合| 青青热久久综合网伊人| 人妻久久久一区二区三区| 久久久受www免费人成| 办公室久久精品| 久久精品蜜芽亚洲国产AV| 久久久www免费人成精品| 久久久久久久久久久免费精品| 99久久综合狠狠综合久久| 国产一久久香蕉国产线看观看 | 久久久久久久尹人综合网亚洲|