Introduction - If you have any usage issues, please Google them yourself
OEP infection injection, the main we need to understand the concept of the OEP. OEP is the entrance to the program, for example, we write a DLL, so OEP is equivalent to DllMain, if write an EXE, then OEP is equivalent to the main or WinMain. When the Windows a PE file loading is completed, will be directly executed OEP entrance, namely: AddressOfEntryPoint. We learned knowledge, PE AddressOfEntryPoint is inside the IMAGE_OPTIONAL_HEADER32 structure definition.