home *** CD-ROM | disk | FTP | other *** search
/ DP Tool Club 12 / CD_ASCQ_12_0294.iso / maj / 2196 / whatsnew.doc < prev   
Text File  |  1994-02-12  |  8KB  |  203 lines

  1.             Protect! EXE/COM v.5.0
  2.              (C) 1993,1994 Jeremy Lilley
  3.               All Rights Reserved
  4.  
  5.     ***************** Bug Fixes/Updates ****************
  6.  
  7.  
  8.  
  9.  
  10. Protect! EXE/COM v.5.0
  11.  
  12. 2/12/94
  13.  
  14. I released v.4.0 a little too soon, and I wasn't careful enough to 
  15. catch all of the bugs in v.4.0 (intermittently, Protected files 
  16. would not work after being Protected, which could be a major 
  17. inconvenience to deal with). I finally trashed the v.4.0 headers
  18. and rebuilt v.5.0 headers from scratch, dumped and replaced the 
  19. old mutation engine that was used, and tightened up security a bit:
  20.  
  21. * Now files DO NOT need to be compressed with a compressor before 
  22.   being Protected, eliminating reliance on external protectors. 
  23.   However, Protect! still does not compress the files itself. 
  24.   Furthermore, it is still highly RECOMMENDED that you DO use a 
  25.   compressor to speed up loading and to decrease storage size; it 
  26.   just isn't required anymore.
  27.  
  28. * You can still layer multiple levels of Protect! on top of a file,
  29.   but don't go crazy doing it, because the new security envelopes
  30.   are a bit slower with the longer keys - if you have 100 layers of
  31.   Protect! on top of a file (yes, it is possible...), you'll notice
  32.   the slowdown in load time.
  33.  
  34. * Since the mutation engine that I wrote for v.5.0 is no longer the
  35.   hit-and-miss one that was included in v.4.0, you should notice that
  36.   Protect! v.5.0 works much more consistently than previous versions. 
  37.  
  38. * Finally, in rewriting the headers, I sacrificed a little speed for 
  39.   security and, even more importantly, compatibility. I have not had
  40.   any compatibility problems in beta testing, and it should be 
  41.   significantly more difficult to crack Protect! v.5.0 programs.
  42.  
  43. * I've made many smaller changes and made Protect more aware of 
  44.   Windows/OS/2 files that it can't Protect. Hopefully, Protect! 5.0
  45.   should run smoother and more securely than ever before.
  46.  
  47. * I've also bundled MarkEXE v.2.0 with Protect. See MarkEXE.Doc for
  48.   details.
  49.  
  50. * Finally, I've moved. (I could have released v.5.0 a month earlier,
  51.   but the moving has delayed quite a few things, including Protect!)
  52.   I'm hoping that not that much will be lost in the confusion, but 
  53.   here's my new address:
  54.  
  55.         Jeremy Lilley
  56.         Re: Protect! EXE/COM
  57.         2711 Oakview Circle
  58.         Medford, OR 97504
  59.         (email is still the same: 75060,2074)
  60.  
  61.  
  62.  
  63. Protect! EXE/COM v.4.0+
  64.  
  65. 10/30/93
  66.  
  67. This is the *ultimate* (and hopefully final) upgrade for Protect! - Here
  68. are some of the new features:
  69.  
  70. * Added a polymorphic mutation engine to Protect! - In other words, the
  71.   security envelope is MUTATED so that it changes for each file you
  72.   protect. This was done to combat master unprotect programs (such as
  73.   UNP) from being made, making your Protected programs much more secure.
  74.  
  75. * Rewrote loader in assembly language and completely rewrote security
  76.   envelope. Thus, the new protected files load more than 4 TIMES FASTER.
  77.   Also, because everything was written in assembly language, PROTEXCM.EXE
  78.   encrypts much faster (especially for PKLITE programs) and is less than
  79.   half as big in disk size.
  80.  
  81. * Allows multiple Protecting of EXE files, so that you can optionally have
  82.   many layers of "ice" to make a hacker's job harder.
  83.  
  84. * Now supports many types OVERLAYS, and it is much more technically stable
  85.   than any previous version.
  86.  
  87. * Automatically searches for a file called "CRC.MSG" as your default CRC
  88.   error message file. You can still specify other CRC error message
  89.   filenames, but you don't have to. If no CRC error message file is 
  90.   specified and CRC.MSG doesn't exist, a CRC.MSG will be created.
  91.   Note: This concerns REGISTERED USERS ONLY.
  92.  
  93. * The encryption screen in PROTEXCM.EXE has been streamlined, and in interest
  94.   of speed, everything happens in 4k rather than 256 byte blocks, which may
  95.   make the status bar more jagged.
  96.  
  97. * A few things were taken out of Protect:
  98.  
  99.     * Starting Messages are no longer used or allowed - they were
  100.       found to be mostly useless and even then too confusing to use.
  101.  
  102.     * The directory listing menus (interactive mode) were not included
  103.       in this version of Protect! because they were clumsy, and really
  104.       only suited for preliminary and testing uses of Protect.
  105.       
  106.  
  107.  
  108. Protect! EXE/COM v.3.1
  109.  
  110. 8/26/93
  111.  
  112. This was written mainly as a bug fix and a smaller step up, but here
  113. is some of what I fixed:
  114.  
  115. * Took out the font enhanced screens of v.3.0. They caused way too many
  116.   problems and for some people, caused their systems to crash or screwed
  117.   up their screen modes (*sorry*!).
  118.   
  119. * Added support for Diet executable file compression.
  120.  
  121. * You no longer have to type the extension of the file to be protected.
  122.  
  123. * Made Protect! more compatible with some PKLITE files.
  124.  
  125. * Slightly optimized for better performance in the security envelopes
  126.   at the cost of slower initial protection. (The files in this package 
  127.   are also smaller).
  128.  
  129. If things have been going well for you with v.3.0, you really don't
  130. need to worry too much about this upgrade.
  131.  
  132.   
  133.  
  134. Protect! EXE/COM v.3.0
  135.  
  136. 7/22/93
  137.  
  138. Here are some of the new features for version 3.0:
  139.  
  140. * The security envelopes have been entirely redone and rewritten
  141.   and have had new anti-debugging techniques added to them. (haven't
  142.   you heard this before?)
  143.  
  144. * UNP ver.3.11 cannot deprotect Protect! EXE/COM v.3.0.
  145.  
  146. * OVERLAYS are more tolerated and some types that could be compressed with
  147.   PKLITE can now be protected (sorry, but still not every overlay).
  148.  
  149. * REGISTERED users can CUSTOMIZE THE CRC ERROR MESSAGES and optionally
  150.   add a message to output when loading.
  151.  
  152. * No password is required (or asked for).
  153.  
  154. * The interface has been improved (especially for EGA monitors). 
  155.  
  156. * A DOS ERRORCODE of 250 is returned on a CRC abort.
  157.  
  158. * You can now not have any parameters and SELECT THE FILE FROM A DIRECTORY
  159.   LISTING, having Protect! automatically compress the file with a file
  160.   compressor or just run things from the command line (BAT and MAK files 
  161.   in particular).
  162.   
  163. Protect! EXE/COM 2.0
  164.  
  165. 5/31/93
  166.  
  167.     This copy has many security additions added to it. Loader code
  168. and data is encrypted along with the regular encrypted program code. 
  169. Earlier versions have had a few vulnerable spots in them but are for 
  170. the most part safe. Both the COM and EXE loaders have been revamped and
  171. there is more than one specific model for each loader. A few changes were
  172. made so that the files will load a little faster also. Also, a few cosmetic 
  173. changes have been made to the actual program, but for the most part, the
  174. changes were focused upon the loader's speed and security. This version 
  175. is much improved over previous versions partially due to letters and 
  176. comments from a few hackers and programmers. Weaknesses (particularly in
  177. the COM files) were pointed out and greatly improved upon, so thanks 
  178. to everybody who wrote about Protect! EXE/COM!!! On the side note, you
  179. may now have spaces in your password (you don't need underscores anymore)!
  180.  
  181.  
  182. Protect! EXE/COM 1.1
  183.  
  184. 4/26/93
  185.  
  186.     This copy has been released to fix a bug that occurs on some
  187. earlier XT computers when run. There is one instruction in the header
  188. that is not recognized by the "genuine" 8088's and 8086's, but is only
  189. recognized by the NEC V20, NEC V30, as well as the 286 and above. Since
  190. the XT that I tested this on used the NEC V20 (8088 compatible chip with
  191. a few enhancements) instead of the true 8088, it did not catch that error 
  192. as a true 8088 would have. Thanks to an alert user in Virginia, the error
  193. was quickly caught and remedied (it took less than a half hour to fix),
  194. and now Protect! EXE/COM v.1.1 will work on all XT-class computers.
  195.  
  196.  
  197.  
  198. Protect! EXE/COM 1.0
  199.  
  200. 4/15/93
  201.  
  202.         First release!
  203.