PDA

View Full Version : JMP EIP


Anonymous
04-21-2003, 05:39 PM
JMP EIP is not recognized while assembling, which is kinda annoying... Is it a bug or a feature? =)

blabberer
04-21-2003, 11:41 PM
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
04-22-2003, 02:38 AM
or just put the address of the opcode. Eg:

405CF0 JMP 405CF0

Will generate the same hex code.