home *** CD-ROM | disk | FTP | other *** search
/ Cracking 1 / Cracking I..iso / Tools / Debuggery / TRW2000 / PLUGSDK / LIST.TXT next >
Encoding:
Text File  |  2000-03-10  |  1.1 KB  |  26 lines

  1. Plug-ins List(We'll implemnet these soon):
  2.     * HELLO:        Hello World! Demonstrate how to add a command.
  3.     * S3 Display Driverú║    The sample demonstrate how to develop a
  4.                 display    driver for TRW2000.
  5.     * HEAP and STACK:    Implement "HEAP" and "STACK", and demonstrate
  6.                 how to research the internal data struct of
  7.                  Windows.
  8.                 And, it demonstrates how to debug your plug-ins.
  9.     * BPINT:        Implement "BPINT". Demonstrate how to hook
  10.                 interrupt and handle interrupt.
  11.     * BPVXD:        Implemnet new command "BPVXD", demonstrate
  12.                 how to add a checkproc to a breakpoint.
  13.     * PEDUMP:        The source of command "PEDUMP". Demonstrate
  14.                 how to write file.
  15.                 And, it demonstrates how to use assemble to
  16.                 write plug-ins.
  17.     * MSDBG Symbol:        Same as "COFF Symbol", but implement load
  18.                 VC++'s PDB&DBG symbol.
  19.     * PNEWSEC:        The source of command "PNEWSEC". Demonstrate
  20.                 how to use P-check functions.
  21.     * PASSWORD:        Demonstrate how to make your plug-ins to a
  22.                 shareware.
  23.     * LOG:            A simple logger plug-ins, to log the path of
  24.                 program-running.
  25.     * Misc:            The source of some commands. e.g: PROC, TASK,
  26.                 ?, and others.