home *** CD-ROM | disk | FTP | other *** search
/ RBBS in a Box Volume 1 #2 / RBBS_vol1_no2.iso / 009z / ml208.unp < prev    next >
Text File  |  1984-11-23  |  2KB  |  29 lines

  1.    The protection scheme of MultiLink 2.08 is very similar to the one
  2.    in release 2.07.  The addresses are different and your debugger may
  3.    kick out different mnemonics than those shown on the jumps.  However
  4.    that may be, do not REPEAT ... DO NOT issue a GO command or the whole
  5.    scheme will fall apart and it will be very difficult to find yourself
  6.    again.  The best method is to search for the pattern
  7.    MOV CX,2903 and use that as your starting point.  Note: Both DEBUG and
  8.    TRACE 86 load with the addresses shown below.  The code segment may
  9.    (and probably will) be different in your machine.
  10.  
  11.  
  12. 1450:3a0e b90329         mov     cx,2903
  13. 1450:3a11 e8ff00         call    3b13   (change to NOP,NOP,NOP  90,90,90)
  14. 1450:3a14 731c           jnb     3a32   (change to JMP,3a32     eb,1c)
  15. 1450:3a16 b90829         mov     cx,2908
  16. 1450:3a19 e8f700         call    3b13   (change to NOP,NOP,NOP  90,90,90)
  17. 1450:3a1c 7314           jnb     3a32   (change to JMP, 3a32    eb,1c)
  18. 1450:3a39 75e9           jne     3a24   (change to NOP,NOP      90,90)
  19. 1450:3aea 740b           je      3af7   (change to JMP, 3af7    eb,1c)
  20.  
  21.    Naturally, these instructions assume you are capable of using
  22.    DEBUG and intend to implement these suggestions for your own
  23.    peace of mind only.  PLEASE DO NOT PIRATE ROD ROARK'S WORK.
  24.    Without him, most of us Po Folks couldn't be using multi-user
  25.    right now on the PC.  Personally, I just hate being tied to the
  26.    floppy when so much cash went into the hard drive.
  27.  
  28.  
  29.