首页
学习
活动
专区
圈层
工具
发布
    • 综合排序
    • 最热优先
    • 最新优先
    时间不限
  • 来自专栏zayyo前端

    过渡到 Angular 17 的新控制流语法

    ng g @angular/core:control-flow或者更好的方式是分步进行。ng g @angular/core:control-flow --path=.

    1.7K20编辑于 2023-11-29
  • 来自专栏siri的开发之路

    控制流完整性简介

    基础知识 控制流完整性 (Control-Flow Integrity) 是一种针对控制流劫持攻击的防御方法。控制流的转移是以跳转指令为基础的,因此在这一节先介绍跳转指令的相关知识。 2005年 CCS 发表了一篇名为《Control-Flow Integrity》的文章,正式提出了 CFI 的概念。 2014 年的论文《Out of Control: Overcoming Control-Flow Integrity》中就针对粗粒度CFI提到了一种攻击手段。 Control-flow integrity: Precision, security, and performance[J]. Control-Flow Bending: On the Effectiveness of Control-Flow Integrity[C]//USENIX Security Symposium. 2015

    1.9K20编辑于 2022-11-18
  • 来自专栏Rust语言学习交流

    【Rust日报】2022-01-13 Rust 1.58.0 稳定版发布

    RefUnwindSafe 稳定了 relaxed_struct_unsize ,参考:https://github.com/rust-lang/rust/issues/81793 Rust 编译器支持 LLVM CFI (Control-flow

    38130编辑于 2022-03-24
  • 来自专栏GEE数据专栏,GEE学习专栏,GEE错误集等专栏

    GEE基础学习——Hillshade山阴的计算和显示

    terrain.select('slope')); var aspect = radians(terrain.select('aspect')); // For loops are needed for control-flow

    34310编辑于 2024-02-01
  • 来自专栏赤道企鹅的博客

    [笔记] CodeQL for Python 文档学习记录

    It is, however, an example of the sort of control-flow analysis that is possible. Control-flow analyses such as this are an important aid to data flow analysis.

    1.1K20编辑于 2022-08-01
  • 来自专栏机器学习炼丹之旅

    编译原理:第十章 代码优化

    在基本块内部进行优化 循环优化 对循环中的代码进行优化 全局优化 大范围的优化,涉及整个程序 1.2 优化工作的基础 控制流分析(data-flow analysis) 数据流分析(control-flow

    1.5K10编辑于 2022-08-09
  • 来自专栏homura的博客

    mold源码阅读八 创建输出段

    简单来说就是预防控制流攻击的一种技术 Control-flow Enforcement Technology (CET) covers several related x86 processor features Control-flow Enforcement Technology (CET) Shadow Stack — The Linux Kernel documentation cet_report有三类

    34420编辑于 2023-10-22
  • 来自专栏鸿鹄实验室

    读书笔记《antivirus-bypass-techniques》

    然后给出了一个py的在线混淆网站 https://pyob.oxyry.com/ 对比 1.2 Control-flow obfuscation 控制流混淆将原始源代码转化为复杂的、不可读的和不明确的代码

    1.1K30发布于 2021-08-25
  • 来自专栏SeanCheney的专栏

    greenlet: Lightweight concurrent programming

    This allows the logic of the program to be kept in a nice control-flow way; we don’t have to completely

    56120发布于 2019-02-15
  • 来自专栏机器之心

    清华首次提出「类脑计算完备性」及计算系统层次结构,登上Nature

    EPG 有一个混合的「control-flow–dataflow」表示,用来最大化其对不同硬件的适应性,同时也符合一个流行的硬件趋势——混合架构。

    98440发布于 2020-10-27
  • 来自专栏Eureka的技术时光轴

    函数调用约定

    针对stack smashing防御方法比较知名的有DEP和intel的 Control-Flow Enforcement(CFE)。其实就是gcc中实作的金丝雀。就是在真实的栈后面加一片影子空间。

    3.1K20发布于 2019-08-13
  • 来自专栏云鼎实验室的专栏

    Intel CET缓解机制实战解读

    前言 CET(CONTROL-FLOW ENFORCEMENT TECHNOLOGY)机制是 Intel 提出的⽤于缓解 ROP/JOP/COP 的新技术。

    1.6K30编辑于 2022-03-14
  • 来自专栏CSDN技术头条

    Autodesk基于Mesos的通用事件系统架构

    此外,任何网络故障都可以通过重试解决,从而可以自由地实现control-flow和back-pressure。

    1.1K50发布于 2018-02-09
  • 来自专栏AI SPPECH

    063_二进制安全高级技术:ROP(Return-Oriented Programming)深度解析与实战指南——从基本原理到高级利用技巧的全面剖析

    链 虚拟化环境ROP:针对虚拟机环境的ROP技术 云环境ROP:针对云服务的ROP技术 8.2 防御技术的演进 8.2.1 硬件辅助防御 硬件厂商也在开发针对ROP的防御技术: Intel CET (Control-flow Ballesteros, Per Larsen, Stefan Brunthaler, Michael Franz “Control-Flow Bending: On the Effectiveness of Control-Flow Integrity” - Kaveh Razavi, Thomas Eisenbarth, Christian Dresen, Björn De Sutter, Michael Machine monitors” - Tal Garfinkel, Mendel Rosenblum “Defending Against ROP Attacks with Coarse-Grained Control-Flow

    52410编辑于 2025-11-18
  • 来自专栏LINUX阅码场

    Linux阅码场 - Linux内核月报(2020年08月)

    体系结构相关 1.1 Add UEFI support for RISC-V 1.2 Control-flow Enforcement 1.3 Unify NUMA implementation 补丁(由ARM64的maintainer Catalin继续更新) RISC-V的UEFI支持 Intel的硬件控制流完整性(CFI: Control Flow Integrity )技术(CET: Control-flow https://lwn.net/Articles/829130/ [2] FirmwareTestSuite https://wiki.ubuntu.com/FirmwareTestSuite 1.2 Control-flow

    1.8K92发布于 2020-09-21
  • 来自专栏FreeBuf

    腾讯电脑管家:Win10安全特性之执行流保护

    一、CFI CFI即控制流完整性Control-Flow Integrity,主要是通过对二进制可执行文件的动态改写,以此为其增加额外的安全性保障。

    1.3K50发布于 2018-02-05
  • 来自专栏homura的博客

    LLVM异常实现三 libunwind

    CET:Control-flow Enforcement Technology。 控制流保护 Control-flow integrity some stack frames will be skipped before jumping to landing pad and we

    70510编辑于 2024-10-03
  • 来自专栏ThoughtWorks

    浅谈基于深度学习的漏洞检测

    (2)通过抽取AST转为图 抽象语法树(Abstract Syntax Tree)、程序依赖图(Program Dependency Graph)、控制流图(Control-Flow Graph)在一定程度上具有与语义相关的代码片段相似的语义特性

    1K21编辑于 2023-04-28
  • 来自专栏一个会写诗的程序员的博客

    Go 并发模式: context.Context 上下文详解

    The go vet tool checks that CancelFuncs are used on all // control-flow paths. // // Programs that use

    1.5K30编辑于 2022-05-13
  • 来自专栏GPUS开发者

    DAY35:阅读流程控制语句

    本文备注/经验分享: 这章节主要说了流程控制语句, 和这些语句在GPU上的编译和执行效果.以及, 如何人为的更好的使用这些语句, 以便取得GPU这种SIMT架构上的较好执行效果.以及, control-flow

    54240发布于 2018-06-25
领券