|
-
Jan 24th, 2002, 02:24 PM
#1
initial jump
how to get the destination fo the initial jump of a executable file??Can I use Debug? How?
-
Jan 25th, 2002, 07:13 AM
#2
???
What do you wanna do? Parse a COM/EXE file (exe files don't start with a jmp, only coms do that)? Write assembly?
If the first: the jmp instruction has a special format. You can look it up and then extract the jump offset from the hex codes. After that it's just a matter of a little math.
If you write assembly, as you surely know, you just set a jump mark.
All the buzzt
 CornedBee
"Writing specifications is like writing a novel. Writing code is like writing poetry."
- Anonymous, published by Raymond Chen
Don't PM me with your problems, I scan most of the forums daily. If you do PM me, I will not answer your question.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|