当前位置:网站首页>系统与软件安全研究(一)
系统与软件安全研究(一)
2022-04-23 06:26:00 【西杭】
Holistic Control-Flow Protection on Real-Time Embedded Systems with Kage
usenix secrity 2022
abstract
This paper presents Kage: a system that protects the control data of both application and kernel code on microcontroller-based embedded systems.
Kage consists of a Kage-compliant embedded OS that stores all control data in seqarate memory regions from untrusted data, a compiler that transforms code to protect these memory regions efficiently and to add forwardedge control-flow integrity checks, and a secure API that allows safe updates to the protectd data.
We implemented Kage as an extension to FreeRTOS, an embedded real-time operating system. We evaluated Kage’s performance using the CoreMark benchmark.
Kage incurred a 5.2% average run-time overhead and 49.8% code size overhead.
Further
版权声明
本文为[西杭]所创,转载请带上原文链接,感谢
https://mzgao.blog.csdn.net/article/details/123239648
边栏推荐
猜你喜欢
随机推荐
反思 | Android 音视频缓存机制的系统性设计
8. Paging query
Mobile game performance optimization
ABAP 从CDS VIEW 发布OData Service示例
2. Restricted query
The difference and application of VR, AR and MR, as well as some implementation principles of AR technology
Redis connection error err auth < password > called without any password configured for the default user
4. Multi table query
SAP PI / Po rfc2restful Publishing RFC interface as restful examples (proxy indirect)
14.事务处理
刨根问底---cocos2d源码的理解与分析
Django使用mysql数据库报错解决
Game assisted script development journey
2.限定查询
7. sub query
url转成对象
5.SQL99标准:内连接和外连接
js之DOM事件
页面实时显示当前时间
手游的热更方案与动态更新策略









