缓冲区溢出 英语是什么意思 - 英语翻译

buffer overflow
缓冲区溢出
缓存溢出
buffer overflows
缓冲区溢出
缓存溢出
buffer overruns

在 中文 中使用 缓冲区溢出 的示例及其翻译为 英语

{-}
  • Political category close
  • Ecclesiastic category close
  • Programming category close
同时,也会增加你学习缓冲区溢出的冲动。
Also, will increase your urge on learning buffer overflow.
缓冲区溢出可能会成为严重的安全问题。
Buffer overflows can then become serious security issues.
调制解调器的响应导致缓冲区溢出
The device response caused buffer overflow.
可以通过多种方式防止或减轻软件中的缓冲区溢出
Buffer overflows in software can be prevented or mitigated in several ways.
这让我想起C类型的溢出(缓冲区溢出)-指向顶部变量并重载以设置其他字段值。
This reminds me of overflowing(buffer overflow) of C types- pointing to the top variable and overloading to set the other field values.
Combinations with other parts of speech
用动词使用
因为HTTP/1.1依赖传输层来避免缓冲区溢出,所以每个新的TCP连接都需要一个单独的流控制机制。
Because HTTP/1.1 relies on the transport layer to avoid buffer overflow, each new TCP connection requires a separate flow control mechanism.
当Pax被激活时,它会帮助阻止这些缓冲区溢出,因为程序没有写到其他内存页上的权限了。
When PaX is active, it helps to prevent these buffer overruns because the program will not have permission to write on other memory pages.
C中大多数缓冲区溢出问题可以直接追溯到标准C库。
Most buffer overflow problems in C can be traced directly back to the standard C library.
SuSELinux9上的OpenWBEM存在多个缓冲区溢出,远程攻击者可以借助未知向量执行任意代码。
Multiple buffer overflows in OpenWBEM on SuSE Linux 9 allow remote attackers to execute arbitrary code via unknown vectors.
这种机制允许高效使用隧道可用带宽并且避免了不必要的重发和缓冲区溢出
This mechanism allows for efficient use of the bandwidth available for the tunnels andavoids unnecessary retransmissions and buffer overruns.
因此在系统中采用缓冲区溢出防卫技术来使用强制类型-安全的语言可以收到意想不到的效果。
Because of this, applying buffer overflow defensive techniques to the systems that enforce type safety for type-safe languages may yield beneficial results.
在STLport中发现的两处缓冲区溢出可能会导致远程执行任意代码。
Two buffer overflows have been discovered in STLport possibly leading to the remote execution of arbitrary code.
例如,它有一个“vstring”创始人的帮助来缓解缓冲区溢出的攻击和“safeopen”创始人来阻止竞赛条件。
For example, it has a“vstring” primitive to help resist buffer overflow attacks and a“safe open” primitive to resist race conditions.
缓冲区溢出甚至可以运行其他(恶意)程序或命令,并导致任意代码执行。
Buffer overflows can even run other(malicious) programs or commands and result in arbitrary code execution.
单个NUL字符的例外已经导致无数的错误:API的怪异行为、安全漏洞和缓冲区溢出
This exception for a singular NUL character has caused innumerable errors: API weirdness,security vulnerabilities, and buffer overflows.
为了避免缓冲区溢出,流量控制机制必须防止发送方用数据压倒接收方。
In order to avoid buffer overflow, a flow control mechanism must prevent the sender from overwhelming the receiver with data.
我们还将学习shellcode并编写我们自己的基本缓冲区溢出漏洞。
We will also be learning about shellcode andwriting our own basic buffer overflow exploits.
您可能需要在使用3wire时减少波特率或启用软件流控制以避免缓冲区溢出
The baud rate may need to be reduced orsoftware flow control enabled when using 3wire to prevent buffer overflows.
我了解到,每当我觉得我的程序不再遵循逻辑法则时,很可能是缓冲区溢出
I have learned that whenever I feel that my program has stopped obeying the laws of logic,it is probably buffer overflow.
说明:在iCloud钥匙串恢复期间处理数据过程中存在多个缓冲区溢出
Description: Multiple buffer overflows existed in the handling of data during iCloud Keychain recovery.
最好和最有效的解决方案是防止代码中发生缓冲区溢出情况。
The best and most effective solution is to prevent buffer overflow conditions from happening in the code.
对于像C和C++这类的编程语言,防御性编程还包括使用安全的函数调用,以避免缓冲区溢出和常见的编码错误。
And for languages like C and C++, defensive programming also includesusing safe function calls to avoid buffer overflows and common coding mistakes.
漏洞是由于GDI未正确处理特制的EMF或WMF图像文件中的格式错误的标题时缓冲区溢出造成的。
The vulnerability is caused by a buffer overflow when GDI improperly processes a malformed header in a specially crafted EMF or WMF image file.
Spectre1.1(CVE-2018-3693)可用于创建预测的缓冲区溢出
Spectre 1.1(CVE-2018-3693) can be used to create speculative buffer overflows.
真正的威胁“将是无聊的东西”,如病毒,身份盗窃和缓冲区溢出
The real threat"will be boring things" such as viruses,identity theft and buffer overflows.
HTTP500状态(通常是指文件配置是否有误/安全漏洞(包括图表)缓冲区溢出).
HTTP 500 statuses(usuallyindicative of a possible misconfiguration/security flaw incl. buffer overflow).
您可能需要在使用3wire时减少波特率或启用软件流控制以避免缓冲区溢出
You may need to reduce the baud rate orenable software flow control when using 3wire to prevent buffer overflows.
这是由Blender中不正确解析和处理文件而产生的不良结果,它导致多个潜在的整数溢出或缓冲区溢出情况。
This is a bad result of incorrectly parsing and processing files in Blender,which causes multiple potential integer overflows or buffer overflows.
稍后,位图解压缩将处理我们的输入并中断任何解压缩错误,从而为我们提供可控制的基于堆的缓冲区溢出
Later on, the bitmap decompression will process our input and break on any decompression error,giving us a controllable heap-based buffer-overflow.
编程语言可以处理低级事务,如检查数组边界和防止缓冲区溢出攻击。
Our programming languages can deal with low-level concerns such as checking array bounds andpreventing buffer-overflow attacks.
结果: 57, 时间: 0.0155

单词翻译

顶级字典查询

中文 - 英语