-
-
简单实现调试字符串输出
-
发表于:
2012-9-16 17:47
4264
-
好久没发贴了,发几行代码.
inline void MyDbgPrint(const char* str,int len)
{
ULONG_PTR args[2];
args[0] = len;//strlen(str);
args[1] = (ULONG_PTR)str;
__try
{
RaiseException(0×40010006,0,2,args);
}
__except(1)
{
}
}
[培训]科锐逆向工程师培训第53期2025年7月8日开班!