• <ins id="pjuwb"></ins>
    <blockquote id="pjuwb"><pre id="pjuwb"></pre></blockquote>
    <noscript id="pjuwb"></noscript>
          <sup id="pjuwb"><pre id="pjuwb"></pre></sup>
            <dd id="pjuwb"></dd>
            <abbr id="pjuwb"></abbr>
            posts - 9,  comments - 9,  trackbacks - 0

            Normally, the break instruction exception can be triggered in following conditions:

            1.       Hardcode interrupt request, like: __asm int 3 (ASM), System.Diagnostics.Debugger.Break (C#), DebugBreak() (WinAPI).

            2.       OS enable memory runtime check, like Application Verifier can trigger after heap corruption, memory overrun.

            3.       Compiler can have some configuration to decide what should be filled to the uninitialized memory block and end of function(blank area, after retun..).  For example, Microsoft VC complier can fill 0xCC if enable /GZ.  0xCC is actually a opcode of __asm int 3.  So if some error cause the application run into such block, will trigger a break point.

            A quick summary of what Microsoft's compilers use for various bits of unowned/uninitialized memory when compiled for debug mode (support may vary by compiler version):

            Value     Name           Description 

            ------   --------        -------------------------

            0xCD     Clean Memory    Allocated memory via malloc or new but never 

                                     written by the application. 


            0xDD     Dead Memory     Memory that has been released with delete or free. 

                                     Used to detect writing through dangling pointers. 


            0xFD     Fence Memory    Also known as "no mans land." This is used to wrap 

                                     the allocated memory (surrounding it with a fence) 

                                     and is used to detect indexing arrays out of 

                                     bounds or other accesses (especially writes) past

                                     the end (or start) of an allocated block.


            0xCC                     When the code is compiled with the /GZ option,

                                     uninitialized variables are automatically assigned 

                                     to this value (at byte level). 



            // the following magic values are done by the OS, not the C runtime:


            0xAB  (Allocated Block?) Memory allocated by LocalAlloc(). 


            0xBAADF00D Bad Food      Memory allocated by LocalAlloc() with LMEM_FIXED,but 

                                     not yet written to. 


            0xFEEEFEEE               OS fill heap memory, which was marked for usage, 

                                     but wasn't allocated by HeapAlloc() or LocalAlloc(). 

                                     Or that memory just has been freed by HeapFree().

            Disclaimer: the table is from some notes I have lying around - they may not be 100% correct (or coherent).


            As others have noted, one of the key properties of these values is that is a pointer variable with one of these values is dereferenced, it will result in an access violation, since on a standard 32-bit Windows configuration, user mode addresses will not go higher than 0x7fffffff.


            For the related issue, we can use Application Verifier to enable heap page, which can break after memory overrun, heap corruption.


             

             

            posted on 2010-07-23 16:22 MicroYang 閱讀(2025) 評論(0)  編輯 收藏 引用
            <2025年6月>
            25262728293031
            1234567
            891011121314
            15161718192021
            22232425262728
            293012345

            常用鏈接

            留言簿(1)

            隨筆檔案

            Friend

            • Catherine
            • 深海羚羊
            • 似雨打芭蕉,似風吹梧桐葉,帶著一絲冰冷,也帶著一絲清新------冰柔語絲

            搜索

            •  

            最新評論

            閱讀排行榜

            評論排行榜

            久久综合噜噜激激的五月天| 亚洲av日韩精品久久久久久a| 亚洲中文字幕无码久久2020| 狠狠色噜噜色狠狠狠综合久久 | 国产精品亚洲综合专区片高清久久久| 99久久中文字幕| 狠狠人妻久久久久久综合| 精品久久久久久国产| 99久久夜色精品国产网站| 欧美一级久久久久久久大| 久久综合狠狠色综合伊人| 99久久无色码中文字幕人妻| 精品综合久久久久久97超人| 亚洲中文字幕无码久久精品1 | 久久久99精品一区二区| 99国产欧美久久久精品蜜芽| 国产无套内射久久久国产| 久久久久久午夜成人影院| 亚洲AV无码久久精品蜜桃| 伊人热人久久中文字幕| 久久国产精品-久久精品| 伊人久久精品影院| 久久久这里有精品| 欧美一区二区精品久久| 亚洲中文字幕无码一久久区 | 奇米影视7777久久精品人人爽| 久久艹国产| 久久99免费视频| 国产成人精品久久免费动漫| 亚洲国产精品成人久久| 欧美精品乱码99久久蜜桃| 久久久WWW成人免费毛片| 91精品观看91久久久久久| 狠狠色丁香婷婷综合久久来 | 久久涩综合| 久久久久久精品久久久久| 久久露脸国产精品| 久久人人爽人人爽人人片AV麻豆 | 国产成人精品久久亚洲高清不卡 | 青青久久精品国产免费看| 精品久久久无码中文字幕|