* 0xABABABAB : Used by Microsoft’s HeapAlloc() to mark “no man’s land” guard bytes after allocated heap memory
微软的HeAPalLoCo()用于在分配堆内存后标记“无人的土地”保护字节
漱 * 0xABADCAFE : A startup to this value to initialize all free memory to catch errant pointers
启动此值以初始化所有空闲内存以捕获错误指针
涵? * 0xBAADF00D : Used by Microsoft’s LocalAlloc(LMEM_FIXED) to mark uninitialised allocated heap memory
使用微软的LoalAlLoc(LMEMIX固定)标记未初始化的分配堆内存
很? * 0xBADCAB1E : Error Code returned to the Microsoft eVC debugger when connection is severed to the debugger
当连接被切断到调试器时返回到微软EVC调试器的错误代码
撅饰 * 0xBEEFCACE : Used by Microsoft .NET as a magic number in resource files
微软.NET在资源文件中的应用
烫烫 * 0xCCCCCCCC : Used by Microsoft’s C++ debugging runtime library to mark uninitialised stack memory
使用微软的C++调试运行库来标记未初始化的堆栈存储器
屯屯 * 0xCDCDCDCD : Used by Microsoft’s C++ debugging runtime library to mark uninitialised heap memory
使用微软的C++调试运行库来标记未初始化的堆内存
葺葺 * 0xDDDDDDDD : Used by Microsoft’s free() or delete to mark freed heap memory
通过微软的For()或删除来标记释放的堆内存
蕲蕲 * 0xDEADDEAD : A Microsoft Windows STOP Error code used when the user manually initiates the crash
当用户手动启动崩溃时使用的微软Windows停止错误代码
* 0xFDFDFDFD : Used by Microsoft’s C++ debugging heap to mark “no man’s land” guard bytes before and after allocated heap memory
使用微软的C++调试堆在分配堆内存之前和之后标记“无人的土地”保护字节
* 0xFEEEFEEE : Used by Microsoft’s HeapFree() to mark freed heap memory
使用微软的HeAPFILE()标记释放的堆内存
windows调试
最新推荐文章于 2022-06-15 13:03:09 发布