Blankaiwang's Blog

让优秀成为一种习惯

Windows 10 64bit Aria2配置

Windows 10 64bit Aria2 配置 1. 下载并解压Aria2 访问Aria2的GitHub,跳转到对应的版本下载页。本文以version 1.35.0为例。 在下载页的assets处,选择下载系统适配的细分版本,此处选择下载 aria2-1.35.0-win-64bit-build1.zip。 下载完成后,将zip包解压至目录,如C:/Aria2/ 2. 配置Ar...

ISO 27001:2013学习笔记

ISO 27001:2013 学习笔记 0. Introduction 0.1 General 企业(Organization,组织,在本次解读中,结合自己的工作场景,统一理解为“公司”或“企业”)信息安全管理系统(Information Security Management System, ISMS)的建立和实施受到企业业务需求、安全需求、工作业务逻辑和企业规模的影响,而这些因素在...

Background on Pointer Checking

Background on Pointer Checking 本节介绍基于指针的检查方式 [1-4, 8-10, 12, 13, 17],并且介绍我们在软件和硬件方向部署防护的首要考虑的问题。尽管已经有很多内存检测的方案,但是基于不连续存放的元数据的指针检查方式 [3, 4, 8, 15]与已有代码具有高度兼容性,因此本讨论侧重分析这类防护方案。在综述 [16]中,作者认为这类防护方案是唯...

WatchdogLite: Hardware-Accelerated Compiler-Based Pointer Checking

WatchdogLite: Hardware-Accelerated Compiler-Based Pointer Checking 文章信息 Santosh Nagarakatte, Rutgers University, Milo M.K. Martin, Steve Zdancewic, University of Pennsylvania, CGO ‘14 简介 Watc...

Intel MPX Security Test

Intel MPX Security Test 实验环境 RIPE Test Bed: git clone https://github.com/johnwilander/RIPE.git 系统配置 Ubuntu 16.04 i386 2GB内存 Ubuntu 16.04 x64 2GB内存 参数修改 通过对MAKEFILE中的CFLAGS和LDFLAGS进行修改,添加MP...

Intel MPX Explained

Intel MPX Explained An Empirical Study of Intel MPX and Software-based Bounds Checking Approaches https://Intel-MPX.github.io Oleksii Oleksenko, Dmitrii Kuvaiskii, Pramod Bhatotia, Pascal Felber,...