• 2024-10-27逆向 | 双进程保护模板
    逆向|双进程保护模板继续补充书中的代码:#include<stdio.h>#include<Windows.h>#define_PEBvoidintFatherProcessMain();intChildProcessMain();//提前声明函数intmain(){ _PEB*pPEB=0; _asm{ moveax,dwordptrfs:[0x18]; moveax,dwordptr