Hmmm... I want to change some machine code from something like:
Code:
680D314000 | push 00040310D
to a reference to a register, like:
Code:
push ebx
What's the machine code to push a register like that?
_________________
Date Posted:Mon Dec 31, 2007 11:46 am Thanks: 0Thanked 0 Times In 0 Posts
Author
Message
Angel-55 Hall of Fame
Joined: 04 Jun 2007 Posts: 172 Location: Crack World !!
I dunno what exactly you mean but in case you mean you wanna push a register with that value you should use this.....
MOV EBX,0040310D
PUSH EBX
these both instruction equal PUSH 0040310D !!
Note: you posted this in the wrong section so please pay attention more, the post should be in the Free Talking About Cracking section cause it's the support section for any questions on reversing and so on, this section is for keygenning questions and sources......coding too !!
_________________
.:-][ Living In The Shadows ][:.
-[ Retired From RCE, No Cracking Anymore ! ]-
Date Posted:Mon Dec 31, 2007 12:23 pm Thanks: 0Thanked 7 Times In 3 Posts
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum