ref:Adding AFL Bloom Filter to Domato for Fun
摘要:ref:https://www.sigpwn.io/blog/2018/5/13/adding-afl-bloom-filter-to-domato-for-fun Adding AFL Bloom Filter to Domato for Fun MAY 13, 2018 So I have be
阅读全文
posted @
2018-05-16 09:46
studyskill
阅读(358)
推荐(0) 编辑
转:深入剖析 JavaScriptCore
摘要:ref:https://ming1016.github.io/2018/04/21/deeply-analyse-javascriptcore/ 深入剖析 JavaScriptCore
阅读全文
posted @
2018-05-07 19:37
studyskill
阅读(136)
推荐(0) 编辑
转:Exploiting Windows 10 in a Local Network with WPAD/PAC and JScript
摘要:转:https://googleprojectzero.blogspot.com/2017/12/apacolypse-now-exploiting-windows-10-in_18.html aPAColypse now: Exploiting Windows 10 in a Local Netw
阅读全文
posted @
2018-03-09 10:39
studyskill
阅读(409)
推荐(0) 编辑
在内网环境使用WPAD/PAC和JS攻击win10
摘要:转:https://mp.weixin.qq.com/s/qoEZE8lBbFZikKzRTwgdsw 在内网环境使用WPAD/PAC和JS攻击win10 2018-03-01 wangrin 看雪学院 引子 从20/20事后来看,许多广泛部署的技术似乎是一种奇怪或不必要的冒极大风险的想法。IT工程
阅读全文
posted @
2018-03-09 08:58
studyskill
阅读(523)
推荐(0) 编辑
Domato学习
摘要: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
阅读(391)
推荐(0) 编辑
转:The Great DOM Fuzz-off of 2017
摘要: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
阅读(254)
推荐(0) 编辑
chakra在vs2017中编译出现的问题
摘要:转:http://blog.csdn.net/ink_cherry/article/details/73437981 1.无法找到vs2010生成工具 MSB8020 无法找到 Visual Studio 2010 的生成工具(平台工具集 =“v100”)。若要使用 v100 生成工具进行生成,请安
阅读全文
posted @
2018-02-01 08:52
studyskill
阅读(493)
推荐(0) 编辑
转:Heap spraying high addresses in 32-bit Chrome/Firefox on 64-bit Windows
摘要:转: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
阅读(332)
推荐(0) 编辑
转:C++模板学习
摘要:C++ 模板 转:http://www.runoob.com/cplusplus/cpp-templates.html 2018-01-05 模板是泛型编程的基础,泛型编程即以一种独立于任何特定类型的方式编写代码。 模板是创建泛型类或函数的蓝图或公式。库容器,比如迭代器和算法,都是泛型编程的例子,它
阅读全文
posted @
2018-01-05 08:57
studyskill
阅读(238)
推荐(0) 编辑
转:asm.js 和 Emscripten 入门教程
摘要:转:http://www.ruanyifeng.com/blog/2017/09/asmjs_emscripten.html asm.js 和 Emscripten 入门教程 作者: 阮一峰 日期: 2017年9月 7日 作者: 阮一峰 日期: 2017年9月 7日 Web 技术突飞猛进,但是有一个
阅读全文
posted @
2018-01-02 15:50
studyskill
阅读(1661)
推荐(0) 编辑
ArrayBuffer对象、TypedArray视图和DataView视图
摘要:转:http://es6.ruanyifeng.com/#docs/arraybuffer ArrayBuffer ArrayBuffer对象、TypedArray视图和DataView视图是 JavaScript 操作二进制数据的一个接口。这些对象早就存在,属于独立的规格(2011 年 2 月发布
阅读全文
posted @
2018-01-02 15:33
studyskill
阅读(1534)
推荐(0) 编辑
转:WebGL、Asm.js和WebAssembly概念简介
摘要:WebGL、Asm.js和WebAssembly概念简介 转:http://www.techbrood.com/zh/news/webgl/webgl%E3%80%81asm_js%E5%92%8Cwebassembly%E6%A6%82%E5%BF%B5%E7%AE%80%E4%BB%8B.htm
阅读全文
posted @
2018-01-02 09:01
studyskill
阅读(2009)
推荐(0) 编辑
浏览器漏洞资料收集
摘要:webkit学习:http://www.starming.com/2017/10/11/deeply-analyse-webkit/ https://www.zerodayinitiative.com/blog/2017/10/5/check-it-out-enforcement-of-bounds
阅读全文
posted @
2018-01-02 08:42
studyskill
阅读(447)
推荐(0) 编辑
Attacking JavaScript Engines: A case study of JavaScriptCore and CVE-2016-4622(转)
摘要:转:http://phrack.org/papers/attacking_javascript_engines.html Title : Attacking JavaScript Engines: A case study of JavaScriptCore and CVE-2016-4622 Au
阅读全文
posted @
2017-06-09 17:13
studyskill
阅读(1181)
推荐(0) 编辑