DC 欄位 |
值 |
語言 |
DC.contributor | 資訊工程學系 | zh_TW |
DC.creator | 曾子軒 | zh_TW |
DC.creator | Tzu-Hsuan Tseng | en_US |
dc.date.accessioned | 2019-8-19T07:39:07Z | |
dc.date.available | 2019-8-19T07:39:07Z | |
dc.date.issued | 2019 | |
dc.identifier.uri | http://ir.lib.ncu.edu.tw:88/thesis/view_etd.asp?URN=106522037 | |
dc.contributor.department | 資訊工程學系 | zh_TW |
DC.description | 國立中央大學 | zh_TW |
DC.description | National Central University | en_US |
dc.description.abstract | 緩衝區溢位攻擊一直是常見的軟體攻擊手法之一,程式設計師一不
小心就有可能讓程式碼中隱含著緩衝區溢位漏洞,雖然漏洞本身容易修
補,但這個問題仍持續不斷地出現,且由於其能控制重要的資料結構,
所造成的傷殺力極大,因此勢必是需要解決的棘手問題之一。
過去有許多研究提出的防禦方法皆能偵測到緩衝區溢位的情形發生
並即時終止程式,本篇論文提出不同的作法,藉由靜態分析程式中介
碼,針對常造成緩衝區溢位的輸入函式做檢查與修補,直接防堵程式在
執行時發生緩衝區溢位,能正常且順利執行下去。本研究將系統實作為
LLVM Pass 的形式,讓使用者能自由選擇使用或融入編譯鏈結過程中的
一部分。 | zh_TW |
dc.description.abstract | Buffer overflow attacks have been one of the most common approaches of software attacks. This kind of vulnerabilities may occur if the programmer does not write code carefully. Although fixing the vulnerability itself is simple, buffer overflow attacks appear frequently and continuously. In addition, since it can control the important data structures, the damage it caused is quite severe. As a result, it is one of the thorny issues that have to be solved without a doubt.
In the past, there are many research whose defense methods can detect the occurrence of buffer overflow and terminate the process immediately. This paper presents a different way: by statically analyzing the intermediate representation code, we can automatically check and patch the input functions which often cause buffer overflow, so that the program can run safely and correctly. Furthermore, we implement the system as a LLVM Pass; therefore, users can use it depending on their requirements.
| en_US |
DC.subject | 緩衝區溢位 | zh_TW |
DC.subject | 自動修補 | zh_TW |
DC.subject | Buffer Overflow | en_US |
DC.subject | AutoPatch | en_US |
DC.title | VAP : An AutoPatch Mechanism for Buffer Overflow Vulnerabilities in Source Code | en_US |
dc.language.iso | en_US | en_US |
DC.type | 博碩士論文 | zh_TW |
DC.type | thesis | en_US |
DC.publisher | National Central University | en_US |