stack overflow 中文意思是什麼

stack overflow 解釋
堆棧溢出
  • stack : n 1 (麥桿等的)堆,垛;乾草堆。2 積材,層積,堆積;〈英國〉一堆〈木材等的計量單位,=108立方英尺...
  • overflow : vt ( flowed flown; flowing) 使溢出,使泛濫,使漲滿;淹沒;人滿得走不進(房間等)。 The river ov...
  1. In the past ten years, stack overflow has become one of most common attacks. smashing stack is a kind of systemly attack, which usually write overlong contents in application frame in order to change the control flow to invader

    堆棧溢出指的是一種系統攻擊的手段,通過往程序的堆棧寫超出其長度的內容,造成堆棧的溢出,使程序轉而執行其它指令,以達到攻擊的目的。
  2. Multiplies two integer values on the stack with an overflow check

    Mul . ovf將堆棧上的兩個整數值相乘,並進行溢出檢查。
  3. Multiplies two unsigned values on the stack with an overflow check

    Mul . ovf . un將堆棧上的兩個無符號整數值相乘,並進行溢出檢查。
  4. Statement is executing. unfortunately, this isn t a perfect solution, however, since it can cause multiple event dispatch loops to build up on the stack - in the degenerate case causing a stack overflow exception

    不幸的是,由於它能夠引發建立在堆棧上的多重事件調度循環,乃至在糟糕的情況下引起堆棧溢出異常,而目前並沒有一種對此稱得上優秀的解決方案。
  5. Is thrown for execution stack overflow errors, typically in case of a very deep or unbounded recursion

    因執行堆棧溢出錯誤引發,通常在存在非常深的遞歸或無界遞歸時發生。
  6. Warning c6255 : alloca indicates failure by raising a stack overflow exception

    警告c6255 : _ alloca通過引發堆棧溢出異常表明失敗。
  7. Fix for stack overflow vulnerability which could allow arbitrary code execution

    修復了一個可能導致執行任意代碼的緩沖區溢出漏洞。
  8. On the other hand, if the jit doesn t make this transformation, the program will quickly exhaust the stack space and report a stack overflow error

    另一方面,如果jit不做這種轉換,程序將會很快耗盡堆棧空間並報告一個堆棧溢出錯誤。
  9. Contains values that indicate the underlying cause of a stack overflow event

    包含指示堆棧溢出事件的根本原因的值。
  10. Specifies that a stack overflow error has occurred

    指定已發生堆棧溢出錯誤。
  11. With websphere studio, for example, you see a stack overflow exception in the end

    利用websphere studio ,最終您將看到堆棧溢出意外。
  12. You cannot catch stack overflow exceptions, because the exception - handling code may require the stack

    您無法捕捉堆棧溢出異常,因為異常處理代碼可能需要堆棧。
  13. However, that practice is currently discouraged because significant additional code is required to reliably catch a stack overflow exception and continue program execution

    但是,現在我們建議不要使用這種做法,原因是需要大量附加代碼才能可靠地捕獲堆棧溢出異常並繼續執行程序。
  14. Note that an application that hosts the common language runtime can specify that the clr unload the application domain where the stack overflow exception occurs and let the corresponding process continue

    請注意,承載公共語言運行庫( clr )的應用程序可以指定由clr卸載發生堆棧溢出異常的應用程序域,並讓相應的進程繼續運行。
  15. Research of heap overflow and stack overflow based on windows system

    環境下堆溢出和棧溢出的研究
  16. It is extremely difficult to programmatically handle a stack overflow

    以編程方式處理堆棧溢出極為困難。
  17. Method were called again ? at worst, a stack overflow might occur if

    在最壞的情況下,如果每次引發該事件時都調用
  18. Crafting an exploit for a stack overflow is fairly difficult, even if you have mastered the underlying concepts covered in our series of articles

    一個極端是傳統的偽隨機數發生器,它很容易被攻破,因此不適合注重安全性的應用程序。
  19. Buffer overflow attack mainly includes stack overflow, heap overflow and format string overflow and so on

    緩沖區溢出主要分為堆棧溢出、堆溢出和格式化字元串溢出等。
  20. We detect stack overflow by monitoring the previous frame pointer. such comes the tool fpw ( frame pointer watcher )

    作者提出利用前幀指針檢測堆棧溢出的方法即fpw ( framepointerwatcher ) 。
分享友人