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