Log in

View Full Version : JMP EIP


Anonymous
April 21st, 2003, 17:39
JMP EIP is not recognized while assembling, which is kinda annoying... Is it a bug or a feature? =)

blabberer
April 21st, 2003, 23:41
use ctrl+e (binary edit)and hard code eb fe u get jmp eip

00405CF0 - EB FE JMP SHORT 00405CF0 ; this is jmp eip put a bp here

Anonymous
April 22nd, 2003, 02:38
or just put the address of the opcode. Eg:

405CF0 JMP 405CF0

Will generate the same hex code.