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