# MoePus-wowHijack **Repository Path**: AbstractFactory/MoePus-wowHijack ## Basic Information - **Project Name**: MoePus-wowHijack - **Description**: Run some secret code invisible from debugger single step.(x86 process on x64 windows only) - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-03-16 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # wowHijack Run some secret code invisible from debugger single step.(x86 process on x64 windows only) --- Only do a simple WriteProcessMemory API call。 ```C++ //Codes... WriteProcessMemory((HANDLE)-1, &ctx->Eip, &target, 4, 0); //Codes... ``` Then a messagebox jumps out! And No inline/IAT hook && No code self modify.