C語言寫的遮蔽程序執行的程式

2021-08-30 11:52:12 字數 830 閱讀 6896

這個是幫別人寫的。具體用途不詳。

// 通過psapi函式列舉程序

#include "stdio.h"

#include "string.h"

#include "windows.h"

// 定義函式指標

typedef bool (__stdcall* funenumporcess)(dword *lpidprocess, // 程序id

dword cb, // lpidprocess的大小

dword *cbneeded); // 實際使用lpidprocess的位元組數

typedef dword (__stdcall* fungetmodulefilenameex)(handle hprocess, // 待獲得程序名稱的程序控制代碼

hmodule hmodule, // 當前呼叫程序的控制代碼

lptstr lpfilename, // 記錄返回的程序名稱

dword nsize); // lpfilename大小

const dword maxprocess = 500; // 假設當前系統最大有500個程序正在執行

int main ();

} ;int killer()}}

// 關閉控制代碼

closehandle(hhandle);}}

}}}// 釋放動態庫

freelibrary(hinstance);

}free(buffer);

return 0;

}

C語言寫的掃雷小程式

還記得上初中那會,上資訊課都在電腦上玩的掃雷嗎?那時候只會玩,不知道怎麼實現,現在有了這個能力,也寫了乙個,雖然很糙,但還是能湊合玩的。廢話不多說,直接上 define crt secure no warnings 1 ifndef game h define game h include incl...

C語言寫監控守護程序

unix programming faq 中文版 v0.1.0 乙個使用以上函式的範例程式 include include include include include include include int daemon int,int int fork2 void void closeall ...

今日初學C語言寫的幾個程式。

給定兩個整型變數,交換兩個整型變數的內容輸出最終值。include include int global 2019 int main 求10個整數中的最大值。include include define crt secure no warnings int main printf 請任意輸入10個整...