#include "stdafx.h" #define BREAK_EIP(checkEip) (obp+0x00401000>=checkEip) void ObpPlus( int step ) { extern int obp; obp += step; // —áFepi=0x00401999 if( BREAK_EIP(0x00433FD7) ) { int test=0; } }