Email: Password: Remember Me | Create Account (Free)

Back to Subject List

Old thread has been locked -- no new posts accepted in this thread
???
09/11/06 18:11
Modified:
  09/11/06 18:12

Read: times


 
#124081 - It\'s called a crutch or a bypass
Responding to: ???'s previous message
can i jump more than 256 B with a JNB instruction ?
NO

Can give me somebody an ideea how to do ?

instead of
JNB Ralph

a bypass
JB Skip
ljmp RalpH
Skip:

or a crutch would be that you somewhere between the JNB and 'Ralph' found a jmp.

then
jmp ...
Ralph1: jmp Ralph ; Crutch
...
JNB Ralph1


Erik


Erik


List of 9 messages in thread
TopicAuthorDate
JNB jump only after 256 bytes ?            01/01/70 00:00      
   It\'s called a crutch or a bypass            01/01/70 00:00      
   Look it up!            01/01/70 00:00      
      bypass            01/01/70 00:00      
         Same thing            01/01/70 00:00      
            end            01/01/70 00:00      
         big messes, not necessarily            01/01/70 00:00      
            discipline            01/01/70 00:00      
         attentive            01/01/70 00:00      

Back to Subject List