摘要:        
C++ 模板 转:http://www.runoob.com/cplusplus/cpp-templates.html 2018-01-05 模板是泛型编程的基础,泛型编程即以一种独立于任何特定类型的方式编写代码。 模板是创建泛型类或函数的蓝图或公式。库容器,比如迭代器和算法,都是泛型编程的例子,它    
阅读全文
posted @ 2018-01-05 08:57
studyskill
阅读(243)
推荐(0)
 
		
    
        
        
摘要:        
转: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
阅读(1674)
推荐(0)
            
        
        
摘要:        
转:http://es6.ruanyifeng.com/#docs/arraybuffer ArrayBuffer ArrayBuffer对象、TypedArray视图和DataView视图是 JavaScript 操作二进制数据的一个接口。这些对象早就存在,属于独立的规格(2011 年 2 月发布    
阅读全文
posted @ 2018-01-02 15:33
studyskill
阅读(1549)
推荐(0)
            
        
        
摘要:        
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
阅读(2071)
推荐(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
阅读(451)
推荐(0)
 
		
    
        
        
摘要:        
原文地址:http://drops.wooyun.org/tips/6597 0×00 序 ROP的全称为Return-oriented programming(返回导向编程),这是一种高级的内存攻击技术可以用来绕过现代操作系统的各种通用防御(比如内存不可执行和代码签名等)。虽然现在大家都在用64位    
阅读全文
posted @ 2017-12-13 16:42
studyskill
阅读(548)
推荐(0)
            
        
        
摘要:        
转:https://bbs.pediy.com/thread-217390.htm 前提条件: 经典的基于堆栈的缓冲区溢出 虚拟机安装:Ubuntu 12.04(x86) 在以前的帖子中,我们看到了攻击者需要知道下面两样事情 堆栈地址(跳转到shellcode) libc基地址(成功绕过NX bit    
阅读全文
posted @ 2017-12-13 16:40
studyskill
阅读(408)
推荐(0)
 
		
    
        
        
摘要:        
非root不能gdb attach的限制 转:http://blog.csdn.net/guang11cheng/article/details/43766571 转:http://blog.csdn.net/guang11cheng/article/details/43766571 Could n    
阅读全文
posted @ 2017-12-10 20:32
studyskill
阅读(541)
推荐(0)
 
		
    
        
        
摘要:        
关闭aslr方便调试分析。 转:https://www.52pojie.cn/thread-377450-1-1.html windows关闭aslr办法 如 @Hmily 前辈所说, Windows XP 之后的系统(内核版本 NT 6+)都默认打开了 ASLR 功能,可以在注册表中添加开关禁用。    
阅读全文
posted @ 2017-11-20 09:59
studyskill
阅读(1784)
推荐(0)
 
		
    
        
        
摘要:        
转:http://www.xuebuyuan.com/1571079.html 确认ASLR是否已经被打开,"2"表示已经打开 shanks@shanks-ubuntu:/home/shanks# cat /proc/sys/kernel/randomize_va_space 2 切换到root用户    
阅读全文
posted @ 2017-11-17 09:03
studyskill
阅读(4106)
推荐(0)