-
In some cases you need to display the callstack of the current thread or your ar...
In some cases you need to display the callstack of the current thread or your are just interested in the callstack of other threads / processes. Therefore I wrote this project.
The goal for this project was the following:
Simple interface to generate a callstack
C++ based to allow overwrites of several methods
Hiding the implementation details (API) from the class interface
Support of x86, x64 and IA64 architecture
Default output to debugger-output window (but can be customized)
Support of user-provided read-memory-function
Support of the widest range of development-IDEs (VC5-VC8)
Most portable solution to walk the callstack
-In some cases you need to display the callstack of the current thread or your are just interested in the callstack of other threads/processes. Therefore I wrote this project.
The goal for this project was the following:
Simple interface to generate a callstack
C++ based to allow overwrites of several methods
Hiding
- 2022-02-14 18:26:54下载
- 积分:1
-
修改Button的drawitem函数 改变Button的背景色前景色,美化按钮
修改Button的drawitem函数 改变Button的背景色前景色,美化按钮-Button" s drawitem function changes the background color to change Button foreground color, landscaping button
- 2022-08-11 13:52:15下载
- 积分:1
-
core Windows programming code with books, core Programming Windows book about a...
Windows核心编程随书代码,
Windows核心编程一书介绍有高级Dll技术,API Hook, 以及VC异常处理(__try-__finally)等等, 是学习Windows系统编程的很好的资料-core Windows programming code with books, core Programming Windows book about a senior Dll technology, API Hook, Exception Handling and VC (__try- __finally), etc., learning Windows Programming good information
- 2022-10-25 13:35:03下载
- 积分:1
-
源码,挺有用的。
不过里面是用txt写的,自己在vc里运行一下吧。...
源码,挺有用的。
不过里面是用txt写的,自己在vc里运行一下吧。-Source, quite useless. But there is a txt written to run in vc you.
- 2022-12-10 14:20:03下载
- 积分:1
-
定时关机,设置一定的时间可以自动关机!定时关机,设置一定的时间可以自动关机!...
定时关机,设置一定的时间可以自动关机!定时关机,设置一定的时间可以自动关机!-Timing shutdown, set a certain amount of time can be automatically shut down! Timing shutdown, set a certain amount of time can be automatically shut down!
- 2022-01-28 07:11:17下载
- 积分:1
-
FP数据挖掘
Data Mining of FP-growth algorithm, a very good code, you can tap the database of association rules
- 2022-07-16 01:22:49下载
- 积分:1
-
如题, 如题, 如题, 如题, 如题, 如题,
如题, 如题, 如题, 如题, 如题, 如题,-如题,如题,如题,如题,如题,如题,如题,如题,如题,如题,如题,如题,如题,如题,
- 2023-07-25 12:50:03下载
- 积分:1
-
这个还可以,作为课程设计或者是其它的什么论文等等,内容绝对没有什么错误,这是经过了修改的!...
这个还可以,作为课程设计或者是其它的什么论文等等,内容绝对没有什么错误,这是经过了修改的!-this can also, as a curriculum design or any other papers, and so on, says absolutely nothing wrong. This is the result of a change!
- 2022-03-24 10:15:08下载
- 积分:1
-
自己整理的一些东西,我觉得是学习C语言图像变成的好资料,要得就下吧!...
自己整理的一些东西,我觉得是学习C语言图像变成的好资料,要得就下吧!-people to sort of things, I think it is learning C language into a good image, fine on the next!
- 2022-04-22 21:34:33下载
- 积分:1
-
C# Winform多线程等待画面
应用背景当程序执行一个很耗时的动作时(如查询数据库多资料,下载大文件等)会启用一个等待的友好画面,同时又不能让程序卡住。关键技术C#语言,多线程,委托的思想应用等,动态提示等待的进度。
- 2022-12-01 21:30:03下载
- 积分:1