搜索资源列表
game2
- 小游戏。因为是初学者,所做的东西还不能算是厉害的,只能说正在努力的过程-#include<windows.h> #include"resource.h" #include<stdio.h> LRESULT CALLBACK WndProc(HWND hwnd,UINT uMSG, WPARAM wParam,LPARAM lParam) void DrawBitmap(HDC hdc,UINT ID, int x,int y,HWND hwnd)
WinMain
- 一个winmian程序,让让你更好地掌握VC++的基本语法结构,对VC++更有兴趣。-A winmian program, so to make you a better grasp of basic grammatical structures of the VC++ VC++ even more interested.
WinMain
- 我自己写的俄罗斯方块,有详细的解释,希望对初学者有帮助!-Tetris, I wrote a detailed explanation for beginners!
OEP
- OEP感染注入呢,最主要我们要了解OEP的概念。OEP就是程序的入口,比如我们编写一个DLL,那么OEP就相当于DllMain,如果编写一个EXE,那么OEP就相当于main或者WinMain。当windows把一个pe文件装载完成之后,就会直接执行OEP入口,即:AddressOfEntryPoint。我们学过PE知识得知,AddressOfEntryPoint是在IMAGE_OPTIONAL_HEADER32 结构的定义里面。-OEP infection injection, the mai