home *** CD-ROM | disk | FTP | other *** search
- Plug-ins List(We'll implemnet these soon):
- * HELLO: Hello World! Demonstrate how to add a command.
- * S3 Display Driverú║ The sample demonstrate how to develop a
- display driver for TRW2000.
- * HEAP and STACK: Implement "HEAP" and "STACK", and demonstrate
- how to research the internal data struct of
- Windows.
- And, it demonstrates how to debug your plug-ins.
- * BPINT: Implement "BPINT". Demonstrate how to hook
- interrupt and handle interrupt.
- * BPVXD: Implemnet new command "BPVXD", demonstrate
- how to add a checkproc to a breakpoint.
- * PEDUMP: The source of command "PEDUMP". Demonstrate
- how to write file.
- And, it demonstrates how to use assemble to
- write plug-ins.
- * MSDBG Symbol: Same as "COFF Symbol", but implement load
- VC++'s PDB&DBG symbol.
- * PNEWSEC: The source of command "PNEWSEC". Demonstrate
- how to use P-check functions.
- * PASSWORD: Demonstrate how to make your plug-ins to a
- shareware.
- * LOG: A simple logger plug-ins, to log the path of
- program-running.
- * Misc: The source of some commands. e.g: PROC, TASK,
- ?, and others.