PDA

View Full Version : JMP EIP


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

blabberer
April 22nd, 2003, 00: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, 03:38
or just put the address of the opcode. Eg:

405CF0 JMP 405CF0

Will generate the same hex code.