搜索资源列表
Debug
- 监视OutputDebugString信息,,调试用起来方便,并且可通过此方法和内核通信也不错
Debug
- 监视OutputDebugString信息,,调试用起来方便,并且可通过此方法和内核通信也不错-OutputDebugString surveillance information, and debugging easier to use and available through this method and kernel is also a good communication
05OutputDebugString
- windows程序设计的一个小程序,可以共别人参考-windows programming in a small program, you can refer to a total of others
OutputPrint
- 改造了一下OutputDebugString函数,使其用起来就像printf函数一样实现格式化字符串输出-OutputDebugString function, then transform it to use to achieve the same function as printf format string output
Sysinternals
- 这里面包含了很多的工具, 其中有DbgView这个非常方便的工具, 如进行VC编时, 在程序中加一句OutputDebugString("debug info"), 就可输出信息到DbgView这个工具中查看,非常方便. -There contains a lot of tools, one of DbgView there is this very convenient instrument, such as for VC all
proxy32
- 代理程序模块支持多种常用代理: 1, http代理(支持模式:GET,POST,CONNECT) 2, Sock4代理 等-DeleteService StartServiceCtrlDispatcher RegisterServiceCtrlHandler SetServiceStatus Sleep GetCurrentDirectory GetModuleFileName GetSystemDirectory CopyFile O
DebugView
- This file is one of helpful tool when u r doing work on debug of ur program if u r a win32 application develper. Using TRACE macro or OutputDebugString function is listing the string at DebugView when u want or u consi
MyOutputDebugString
- 原创的调试时用OutputDebugString打印,用debugview接收输出 在查阅了开源的操作系统mutex用法后 实现了OutputDebugString函数,并模仿tracewin界面风格实现了接收工具,类似于debugview 上传的OutputDebugString的源码和接收器源码 全部为本人原创 vc2005调试通过 -When the original use OutputDebugString
MytraceWin
- 接收MyOutputDebugString的打印输入 原创的OutputDebugString函数实现过程 原创的接受打印输出 -Receive MyOutputDebugString original print OutputDebugString functions for the input process of acceptance of the original print output
OutputDebugString_howtowork
- It expains how OutputDebugString works in windows in Korean language.
CRT
- 远程线程注入,hook API,OutputDebugString打印调用内容,实现监控功能-Remote thread injection, hook API, OutputDebugString call print content, to achieve monitoring function
DebuggerDemo
- 接收并显示调试信息的小程序。VC程序使用OutputDebugString打印调试信息,该程序能自动接收显示该信息。-A lite program for debug information.
OutputPrint
- 改造了一下OutputDebugString函数,使其用起来就像printf函数一样实现格式化字符串输出-OutputDebugString function, then transform it to use to achieve the same function as printf format string output
Dbgview
- 可以查看OutputDebugString, DbgPrint的输出。方便调试程序。(You can see the output of OutputDebugString, DbgPrint. It is convenient to debug the program.)