10 2024 档案

摘要:逆向 | 双进程保护模板 继续补充书中的代码: #include <stdio.h> #include <Windows.h> #define _PEB void int FatherProcessMain(); int ChildProcessMain(); // 提前声明函数 int main( 阅读全文
posted @ 2024-10-27 22:18 Mz1 阅读(13) 评论(0) 推荐(0) 编辑
摘要:逆向 | shellcode注入模板 继续写书里的示例代码。顺便补一张原理图,画了我半天: #include <stdio.h> #include <windows.h> typedef int (WINAPI* PMESSAGEBOXA)(HWND hWnd,LPCSTR lpText,LPCST 阅读全文
posted @ 2024-10-18 16:11 Mz1 阅读(27) 评论(0) 推荐(0) 编辑