咨询与建议

限定检索结果

文献类型

  • 24 篇 会议
  • 12 篇 期刊文献
  • 5 册 图书
  • 1 篇 学位论文

馆藏范围

  • 42 篇 电子文献
  • 0 种 纸本馆藏

日期分布

学科分类号

  • 35 篇 工学
    • 24 篇 计算机科学与技术...
    • 16 篇 软件工程
    • 8 篇 电气工程
    • 4 篇 信息与通信工程
    • 4 篇 控制科学与工程
    • 2 篇 网络空间安全
    • 1 篇 力学(可授工学、理...
    • 1 篇 机械工程
    • 1 篇 仪器科学与技术
    • 1 篇 交通运输工程
    • 1 篇 航空宇航科学与技...
    • 1 篇 安全科学与工程
  • 3 篇 管理学
    • 3 篇 管理科学与工程(可...

主题

  • 42 篇 integer overflow
  • 6 篇 static analysis
  • 6 篇 buffer overflow
  • 5 篇 instruction
  • 4 篇 software vulnera...
  • 4 篇 mode
  • 3 篇 instructions
  • 3 篇 integer
  • 3 篇 trap
  • 3 篇 operand
  • 3 篇 software securit...
  • 3 篇 software reliabi...
  • 3 篇 symbolic executi...
  • 3 篇 machine learning
  • 2 篇 address
  • 2 篇 tools
  • 2 篇 operand specifie...
  • 2 篇 memory reference
  • 2 篇 decimal string
  • 2 篇 stack

机构

  • 2 篇 univ missouri co...
  • 2 篇 univ baltimore s...
  • 2 篇 korea univ sch c...
  • 1 篇 auburn universit...
  • 1 篇 shan
  • 1 篇 univ fed minas g...
  • 1 篇 东南大学
  • 1 篇 renmin univ chin...
  • 1 篇 tsinghua univ de...
  • 1 篇 univ illinois ur...
  • 1 篇 nanjing univ sta...
  • 1 篇 南京大学
  • 1 篇 peter great st p...
  • 1 篇 hai university o...
  • 1 篇 microsoft res re...
  • 1 篇 simula res lab o...
  • 1 篇 univ sci & techn...
  • 1 篇 univ calif davis...
  • 1 篇 univ calif santa...
  • 1 篇 concordia univ c...

作者

  • 2 篇 lee hyuk
  • 2 篇 raina sagar
  • 2 篇 long fan
  • 2 篇 demidov roman
  • 2 篇 sun hao
  • 2 篇 choi hong jun
  • 2 篇 sidiroglou-dousk...
  • 2 篇 taylor blair
  • 2 篇 kim deokhwan
  • 2 篇 pechenkin alexan...
  • 2 篇 luo yu
  • 2 篇 huang zhen
  • 2 篇 choi jin-young
  • 2 篇 kaza siddharth
  • 2 篇 rinard martin
  • 2 篇 xu dianxiang
  • 2 篇 xu weifeng
  • 1 篇 seladji yassamin...
  • 1 篇 gu dawu
  • 1 篇 quintao pereira ...

语言

  • 40 篇 英文
  • 2 篇 中文
检索条件"主题词=integer overflow"
42 条 记 录,以下是11-20 订阅
排序:
IntRepair: Informed Repairing of integer overflows
收藏 引用
IEEE TRANSACTIONS ON SOFTWARE ENGINEERING 2021年 第10期47卷 2225-2241页
作者: Muntean, Paul Monperrus, Martin Sun, Hao Grossklags, Jens Eckert, Claudia Tech Univ Munich Dept Comp Sci D-80333 Munich Germany KTH Royal Inst Technol Dept Comp Sci S-11428 Stockholm Sweden Nanjing Univ Dept Comp Sci & Technol State Key Lab Novel Software Technol Nanjing 210008 Peoples R China
integer overflows have threatened software applications for decades. Thus, in this paper, we propose a novel technique to provide automatic repairs of integer overflows in C source code. Our technique, based on static... 详细信息
来源: 评论
Understanding integer overflow in C/C plus
收藏 引用
ACM TRANSACTIONS ON SOFTWARE ENGINEERING AND METHODOLOGY 2015年 第1期25卷 2-2页
作者: Dietz, Will Li, Peng Regehr, John Adve, Vikram Univ Illinois Urbana IL 61801 USA Univ Utah Salt Lake City UT 84112 USA
integer overflow bugs in C and C++ programs are difficult to track down and may lead to fatal errors or exploitable vulnerabilities. Although a number of tools for finding these bugs exist, the situation is complicate... 详细信息
来源: 评论
Sound Input Filter Generation for integer overflow Errors  14
Sound Input Filter Generation for Integer Overflow Errors
收藏 引用
41st Annual ACM SIGPLAN-SIGACT Symposium on Principles of Programming Languages (POPL)
作者: Long, Fan Sidiroglou-Douskos, Stelios Kim, Deokhwan Rinard, Martin Massachusetts Institute of Technology Cambridge MA USA
We present a system, SIFT, for generating input filters that nullify integer overflow errors associated with critical program sites such as memory allocation or block copy sites. SIFT uses a static program analysis to... 详细信息
来源: 评论
Precise Dynamic Symbolic Execution for Nonuniform Data Access in Smart Contracts
收藏 引用
IEEE TRANSACTIONS ON COMPUTERS 2022年 第7期71卷 1551-1563页
作者: Huang, Jianjun Jiang, Jiasheng You, Wei Liang, Bin Renmin Univ China Sch Informat Beijing 100872 Peoples R China Renmin Univ China Key Lab DEKE MOE Beijing 100872 Peoples R China
Dynamic symbolic execution (DSE) has been successfully adopted for vulnerability detection in desktop and mobile platforms. Unfortunately, we cannot simply extrapolate those techniques to smart contracts. The major ch... 详细信息
来源: 评论
SolType: Refinement Types for Arithmetic overflow in Solidity
收藏 引用
PROCEEDINGS OF THE ACM ON PROGRAMMING LANGUAGES-PACMPL 2022年 第POPL期6卷 1–29页
作者: Tan, Bryan Mariano, Benjamin Lahiri, Shuvendu K. Dillig, Isil Feng, Yu Univ Calif Santa Barbara Santa Barbara CA 93106 USA Univ Texas Austin Austin TX 78712 USA Microsoft Res Redmond WA USA
As smart contracts gain adoption in financial transactions, it becomes increasingly important to ensure that they are free of bugs and security vulnerabilities. Of particular relevance in this context are arithmetic o... 详细信息
来源: 评论
Detection of Security Vulnerabilities Induced by integer Errors  16
Detection of Security Vulnerabilities Induced by Integer Err...
收藏 引用
16th International Conference on Software Technologies (ICSOFT)
作者: Kissi, Salim Yahia Seladji, Yassamine Ameur-Boulifa, Rabea Univ Abou Bekr Belkaid Tlemcen LRIT Tilimsen Algeria Telecom Paris LTCI Inst Polytech Paris Paris France
Sometimes computing platforms, e.g. storage device, compilers, operating systems used to execute software programs make them misbehave, this type of issues could be exploited by attackers to access sensitive data and ... 详细信息
来源: 评论
Is a False Positive really False Positive?  24
Is a False Positive really False Positive?
收藏 引用
24th International Conference on Advanced Communication Technology (ICACT) - Artificial Intelligence Technologies toward Cybersecurity
作者: Choi, Hong Jun Lee, Hyuk Choi, Jin-Young Korea Univ Sch Cybersecur Seoul 02841 South Korea
As the number of devices with software increases, software reliability and security has become more critical. To improve reliability and security, developers and test engineers use static analysis tools to find defect... 详细信息
来源: 评论
Towards More Reliable Automated Program Repair by Integrating Static Analysis Techniques  21
Towards More Reliable Automated Program Repair by Integratin...
收藏 引用
21st IEEE International Conference on Software Quality, Reliability and Security (QRS)
作者: Al-Bataineh, Omar, I Grishina, Anastasiia Moonen, Leon Simula Res Lab Oslo Norway
A long-standing open challenge for automated program repair is the overfitting problem, which is caused by having insufficient or incomplete specifications to validate whether a generated patch is correct or not. Most... 详细信息
来源: 评论
Is a False Positive really False Positive?  23
Is a False Positive really False Positive?
收藏 引用
23rd International Conference on Advanced Communications Technology (ICACT) - On-Line security in Pandemic Era
作者: Choi, Hong Jun Lee, Hyuk Choi, Jin-Young Korea Univ Sch Cybersecur Seoul 02841 South Korea
As the number of devices with software increases, software reliability and security has become more critical. To improve reliability and security, developers and test engineers use static analysis tools to find defect... 详细信息
来源: 评论
An Approach to Vulnerability Searching of integer overflows in the Executable Program Code
收藏 引用
AUTOMATIC CONTROL AND COMPUTER SCIENCES 2018年 第8期52卷 1022-1028页
作者: Demidov, R. A. Pechenkin, A. I. Zegzhda, P. D. Peter Great St Petersburg Polytech Univ St Petersburg 195251 Russia
This article proposes an approach to identifying integer overflow vulnerabilities in software represented by the executable code of x86 architecture. The approach is based on symbolic code execution and initially twof... 详细信息
来源: 评论