home *** CD-ROM | disk | FTP | other *** search
/ Reverse Code Engineering RCE CD +sandman 2000 / ReverseCodeEngineeringRceCdsandman2000.iso / RCE / Hutch / DOWNLOAD / Example2.exe / readme.txt
Encoding:
Text File  |  1999-06-09  |  1.4 KB  |  45 lines

  1. EXAMPLES 2
  2.  
  3. The following 3 examples are designed & written to be built in the MASM32
  4. environment. The should be installed on the same drive as the default
  5. installation of MASM32 and preferably in the examples directory.
  6.  
  7. 1. Border
  8.  
  9. This is a technique for drawing a non standard border on a sizable window.
  10. It uses a POPUP style window and to close the file, you use F4. I have not
  11. found a use for this file but someone else may, it is an unusual effect.
  12.  
  13. 2. SMC Self Modifying Code
  14.  
  15. The self modifying code example uses a technique to identify labels in two
  16. separate procedures, it runs the original proc, reads the code in the second
  17. proc and overwrites the address space of the first with the code of the
  18. second. It then runs the same proc again but with the different code in it.
  19.  
  20. 3. Splash screen demo
  21.  
  22. This demo shows how to make a splash screen that has a controlable delay and
  23. can have most GDI graphic techniques used in the display.
  24.  
  25. ----------------------------------------------------------------------------
  26.  
  27. The 3 examples are part of the example code for MASM32 and are distributed
  28. under the same conditions, it is not for sale and is not to be sold or
  29. included in any commercial package.
  30.  
  31. The code is available to any programmer to use as they wish at no cost
  32. whatsoever.
  33.  
  34. The code is copyright S.L.Hutchesson 1999. < hutch@pbq.com.au >
  35.  
  36.  
  37.  
  38.  
  39.  
  40.  
  41.  
  42.  
  43.  
  44.  
  45.