home *** CD-ROM | disk | FTP | other *** search
/ Programming Tool Box / SIMS_2.iso / vb_code1 / kill_dll / readme.txt < prev   
Text File  |  1992-11-18  |  1KB  |  42 lines

  1. - FREEWARE - 
  2.  KillDLL - Carl Brown
  3.  72147,3354 (CServe ID)
  4.  Image Sciences Corporation
  5.  
  6.  Great ideas are obvious once you see them....
  7.  I can't take credit for this:
  8.  I wanted a way to dump a .DLL from memory
  9.  when it crashed.
  10.  Windows Tech Journal had an article:
  11.    Disappearing DLL's
  12.    Joe Hecht
  13.    November 1992
  14.  
  15.  This is a VB version of the .PAS DLL unloader in the article.
  16.  Hope it helps you as much as it does me.
  17.  
  18.  This program is FREEWARE.  No waranty, no guarantee,
  19.  no nothing.
  20. -----
  21. Instructions:
  22. In the TEXT box, type in the NAME of the dll you wish to unload
  23. from memory. 
  24.  
  25. LIKE:
  26.     BUGGY.DLL
  27.     then press the DUMP DLL button.
  28.  
  29. Buggy.DLL will be dumped from memory.  If it doesn't work,
  30. it will tell you.
  31.  
  32. The SOURCE is included for those of you with VB.  There isn't
  33. much to the source, but it works.
  34.  
  35. For some real fun, try dumping USER or GDI.  (NOT!)...  I just
  36. wanted to see if it works.  It does.  Don't do it.
  37.  
  38.     OPTIONAL:
  39. Pass a command line argument.  It will show up in the
  40. DUMP TEXT box.  Useful for those severly pesky dlls...
  41.  
  42.