咨询与建议

限定检索结果

文献类型

  • 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 条 记 录,以下是1-10 订阅
排序:
Mutation Testing for integer overflow in Ethereum Smart Contracts
收藏 引用
Tsinghua Science and Technology 2022年 第1期27卷 27-40页
作者: Jinlei Sun Song Huang Changyou Zheng Tingyong Wang Cheng Zong Zhanwei Hui Command&Control Engineering College Army Engineering University of PLANanjing 210000China Institute of Evaluation and Assessment Research Academy of Military ScienceBeijing 100091China
integer overflow is a common vulnerability in Ethereum Smart Contracts(ESCs)and often causes huge economic *** contracts cannot be changed once it is deployed on the blockchain and thus demand further *** testing is a... 详细信息
来源: 评论
integer overflow Detection with Delayed Runtime Test  21
Integer Overflow Detection with Delayed Runtime Test
收藏 引用
16th International Conference on Availability, Reliability and Security (ARES)
作者: Huang, Zhen Yu, Xiaowei DePaul Univ Chicago IL 60604 USA
Detecting integer overflow vulnerabilities is critical for software security. Many techniques have been proposed to dynamically detect integer overflow vulnerabilities by instrumenting integer overflow tests into targ... 详细信息
来源: 评论
Data Type Bugs Taxonomy: integer overflow, Juggling, and Pointer Arithmetics in Spotlight  29
Data Type Bugs Taxonomy: Integer Overflow, Juggling, and Poi...
收藏 引用
IEEE 29th Annual Software Technology Conference (STC)
作者: Ojanova, Irena B. Galhardo, Carlos Eduardo Moshtari, Sara NIST SSD ITL Gaithersburg MD 20899 USA INMETRO Dimel Disme Duque De Caxias RJ Brazil RIT GCCIS GCI Rochester NY USA
In this work, we present an orthogonal classification of data type bugs, allowing precise structured descriptions of related software vulnerabilities. We utilize the Bugs Framework (BF) approach to define four languag... 详细信息
来源: 评论
Detecting integer overflow Errors in Java Source Code via Machine Learning  33
Detecting Integer Overflow Errors in Java Source Code via Ma...
收藏 引用
IEEE 33rd International Conference on Tools with Artificial Intelligence (ICTAI)
作者: Luo, Yu Xu, Weifeng Xu, Dianxiang Univ Missouri Comp Sci Elect Engn Kansas City MO 64110 USA Univ Baltimore Sch Criminal Justice Baltimore MD 21201 USA
integer overflow is a common cause of software failure and security vulnerability. Existing approaches to detecting integer overflow errors rely on traditional static code analysis and dynamic testing. This paper pres... 详细信息
来源: 评论
Predicting integer overflow Errors via Supervised Learning
收藏 引用
INTERNATIONAL JOURNAL ON ARTIFICIAL INTELLIGENCE TOOLS 2022年 第8期31卷 2250047-2250047页
作者: Luo, Yu Xu, Weifeng Xu, Dianxiang Univ Missouri Comp Sci Elect Engn Kansas City MO 64110 USA Univ Baltimore Sch Criminal Justice Baltimore MD 21201 USA
An integer overflow error occurs when an integer operation in computer software evaluates a value out of the integer range. It can lead to a fatal system failure. The existing approaches to detecting integer overflow ... 详细信息
来源: 评论
Static Analysis of integer overflow of Smart Contracts in Ethereum  2020
Static Analysis of Integer Overflow of Smart Contracts in Et...
收藏 引用
4th International Conference on Cryptography, Security and Privacy (ICCSP)
作者: Lai, Enmei Luo, Wenjun Chongqing Univ Posts & Telecommun Sch Comp Sci & Technol Chongqing Peoples R China Chongqing Univ Posts & Telecommun Sch Cyber Secur & Informat Law Chongqing Peoples R China
In recent years, vulnerabilities of smart contracts have frequently break out. In particular, integer overflow of smart contracts, a high-risk vulnerability, has caused huge financial losses. However, most tools curre... 详细信息
来源: 评论
integer overflow Vulnerabilities Detection in Software Binary Code  17
Integer Overflow Vulnerabilities Detection in Software Binar...
收藏 引用
10th International Conference on Security of Information and Networks (SIN)
作者: Demidov, Roman Pechenkin, Alexander Zegzhda, Peter Peter Great St Petersburg Polytech Univ 29 Politekh Skaya Ul St Petersburg Russia
In this papers we propose a new approach to detect integer overflow vulnerabilities in executable x86-architecture code. The approach is based on symbolic execution of the code and the dual representation of memory. W... 详细信息
来源: 评论
Predicting integer overflow through Static integer Operation Attributes  5
Predicting Integer Overflow through Static Integer Operation...
收藏 引用
5th International Conference on Computer Science and Network Technology (ICCSNT)
作者: Meng Qingkun Wen Shameng Feng Chao Tang Chaojing NUDT Sch Elect Sci & Engn Changsha Hunan Peoples R China
integer overflow vulnerability is very difficult to locate and patch. From experience speaking the more complicate the integer operation the more error-prone the program. So in this paper, we come up with a new method... 详细信息
来源: 评论
Targeted Automatic integer overflow Discovery Using Goal-Directed Conditional Branch Enforcement  15
Targeted Automatic Integer Overflow Discovery Using Goal-Dir...
收藏 引用
20th International Conference on Architectural Support for Programming Languages and Operating Systems (ASPLOS)
作者: Sidiroglou-Douskos, Stelios Lahtinen, Eric Rittenhouse, Nathan Piselli, Paolo Long, Fan Kim, Deokhwan Rinard, Martin MIT CSAIL Boston MA USA
We present a new technique and system, DIODE, for automatically generating inputs that trigger overflows at memory allocation sites. DIODE is designed to identify relevant sanity checks that inputs must satisfy to tri... 详细信息
来源: 评论
Runtime Recovery for integer overflows  6
Runtime Recovery for Integer Overflows
收藏 引用
6th International Conference on System Reliability and Safety (ICSRS)
作者: Huang, Zhen De Paul Univ Sch Comp Chicago IL 60614 USA
Despite decades of effort in research and engineering, integer overflows remain a severe threat to software security. Many tools are developed to detect integer overflows at runtime. However, the vast majority of them... 详细信息
来源: 评论