home *** CD-ROM | disk | FTP | other *** search
/ Reverse Code Engineering RCE CD +sandman 2000 / ReverseCodeEngineeringRceCdsandman2000.iso / RCE / LiuTaoTao / whatsnew.txt < prev    next >
Text File  |  2000-05-25  |  850b  |  29 lines

  1. TR V2.02            98.8.29
  2.         fix some bugs.
  3. TR V2.01            98.8.7
  4.         fix some bugs.
  5. TR V2.00            98.5.9
  6.         fix many small bugs.
  7.  
  8. TR V1.98            98.3.3
  9.         1  fix a bug in 
  10.                 mov eax,10000h
  11.                 mov fs,eax
  12.                 mov eax,fs
  13.                 cmp eax,10000h
  14.                 je  error
  15.         2  unasm opcodes begin with 67h
  16.         3  simulate opcodes bigin with 67h
  17.            If eax=12345678h, TR 1.98 treats
  18.                 mov [eax],bx
  19.            as
  20.                 mov [5678],bx
  21.            Who can tell me if this is OK ?
  22.         4  fix a bug in opcode es:xlat
  23.         5  can run over some packers who can fool TR 1.97 like
  24.             TRAP        1.14    Christoph Gabler
  25.             CRACKSTOP   1.03    Stefan Esser
  26.             MESS        1.20    StoneHead
  27.             ...
  28.  
  29.