上一页 1 ··· 3 4 5 6 7 8 9 10 11 ··· 16 下一页
摘要: A DOM fuzzer 转:https://github.com/google/domato Written and maintained by Ivan Fratric, ifratric@google.com Copyright 2017 Google Inc. All Rights Rese 阅读全文
posted @ 2018-02-02 15:27 studyskill 阅读(392) 评论(0) 推荐(0)
摘要: The Great DOM Fuzz-off of 2017 Posted by Ivan Fratric, Project Zero https://googleprojectzero.blogspot.nl/2017/09/the-great-dom-fuzz-off-of-2017.html 阅读全文
posted @ 2018-02-01 21:47 studyskill 阅读(258) 评论(0) 推荐(0)
摘要: 转:http://blog.csdn.net/ink_cherry/article/details/73437981 1.无法找到vs2010生成工具 MSB8020 无法找到 Visual Studio 2010 的生成工具(平台工具集 =“v100”)。若要使用 v100 生成工具进行生成,请安 阅读全文
posted @ 2018-02-01 08:52 studyskill 阅读(503) 评论(0) 推荐(0)
摘要: 转:http://blog.csdn.net/liujiayu2/article/details/49864381 单个源文件生成可执行程序 下面是一个保存在文件 helloworld.cpp 中一个简单的 C++ 程序的代码: [cpp] view plain copy print? /* hel 阅读全文
posted @ 2018-01-23 14:59 studyskill 阅读(31656) 评论(0) 推荐(1)
摘要: 转:http://blog.csdn.net/sicofield/article/details/54863202 小结:全虚拟化采用三级地址映射(VA->PA->MA),VA-PA是虚拟地址到虚拟机物理地址的映射,通过虚拟机自己页表来实现; PA-MA是虚拟机物理地址到主机机器地址的映射,通过影子 阅读全文
posted @ 2018-01-19 08:50 studyskill 阅读(849) 评论(0) 推荐(0)
摘要: 转:https://github.com/IAIK/meltdown Meltdown Proof-of-Concept What is the difference between Meltdown and Spectre? Meltdown breaks the mechanism that k 阅读全文
posted @ 2018-01-18 14:45 studyskill 阅读(932) 评论(0) 推荐(0)
摘要: 转:http://blog.csdn.net/woddle/article/details/45337767 下面我根据VMMap来详细介绍一下内存的分类。 内存是一个很复杂的系统,其中的paging file,sharable memory,reserve和commit等概念使得要算清楚一个进程到 阅读全文
posted @ 2018-01-17 11:23 studyskill 阅读(273) 评论(0) 推荐(0)
摘要: 转:https://blog.skylined.nl/20160622001.html,June 22nd, 2016 In my previous blog post I wrote about magic values that were originally chosen to help mi 阅读全文
posted @ 2018-01-16 15:21 studyskill 阅读(335) 评论(0) 推荐(0)
摘要: 下面一句话转自360: 现代处理器(CPU)的运作机制中存在两个用于加速执行的特性,推测执行( Speculative Execution)和间接分支预测(Indirect Branch Prediction)。 表面上看,处理器是依次顺序执行既定的处理器指令。但是,现代处理器为了更好利用处理器资源 阅读全文
posted @ 2018-01-12 16:32 studyskill 阅读(1457) 评论(0) 推荐(0)
摘要: python 2.7版本下可以运行 import urllib2 def getHtml(url): response = None requset = None headers = {'User-Agent':'Mozilla/5.0 (Windows; U; Windows NT 6.1; en 阅读全文
posted @ 2018-01-06 11:46 studyskill 阅读(621) 评论(0) 推荐(0)
上一页 1 ··· 3 4 5 6 7 8 9 10 11 ··· 16 下一页