码迷,mamicode.com
首页 >  
搜索关键字:attack on titan    ( 561个结果
0ctf2017-babyheap调试记录fastbin-attack
查看文件类型和保护开启情况,发现全保护开启,一般为堆溢出,无法改写got表,思路一般往malloc_hook转变。 运行程序观察执行大概流程。经典的菜单题目。 Allocate操作,输入分配字节大小以及标记。 Fill操作,输入分配的块号以及分配大小和填充内容。 Free操作,输入删除的块号进行删除 ...
分类:其他好文   时间:2018-10-24 20:24:32    阅读次数:875
JanusGraph文档整理
JanusGraph调研 [TOC] 结论 HugeGraph基于TinkerPop,很大程度借鉴了Titan和JanusGraph项目,用到了JanusGraph的storage存储框架和Titan的schema定义框架。 Hugegraph studio, hugegraph tool是Janu ...
分类:其他好文   时间:2018-10-21 21:52:17    阅读次数:3033
[leetcode]51. N-QueensN皇后
The n-queens puzzle is the problem of placing n queens on an n×n chessboard such that no two queens attack each other. Given an integer n, return all ...
分类:其他好文   时间:2018-10-21 10:18:11    阅读次数:151
51. N-Queens
The n-queens puzzle is the problem of placing n queens on an n×n chessboard such that no two queens attack each other. Given an integer n, return all ...
分类:其他好文   时间:2018-10-19 00:10:19    阅读次数:145
52. N-Queens II
The n-queens puzzle is the problem of placing n queens on an n×n chessboard such that no two queens attack each other. Given an integer n, return the ...
分类:其他好文   时间:2018-10-19 00:09:56    阅读次数:213
会话固定攻击 - yxcms session固定漏洞
Session fixation attack(会话固定攻击)是利用服务器的session不变机制,借他人之手获得认证和授权,然后冒充他人。 ...
分类:其他好文   时间:2018-10-15 14:36:38    阅读次数:203
Django中间件:CsrfViewMiddleware
1、CsrfViewMiddleware 1.1、CSRF:跨站请求伪造 CSRF全称为Cross-site request forgery,也被称为:one click attack/session riding,缩写为:CSRF/XSRF。 你这可以这么理解CSRF攻击:攻击者盗用了你的身份,以 ...
分类:其他好文   时间:2018-10-05 14:05:15    阅读次数:207
52. N-Queens II
The n queens puzzle is the problem of placing n queens on an n×n chessboard such that no two queens attack each other. Given an integer n, return the ...
分类:其他好文   时间:2018-10-02 17:44:54    阅读次数:171
51. N-Queens
The n queens puzzle is the problem of placing n queens on an n×n chessboard such that no two queens attack each other. Given an integer n, return all ...
分类:其他好文   时间:2018-10-02 17:19:02    阅读次数:88
leetcode 002
2. Add Two numbers Difficulty:Medium The Link https://leetcode.com/problems/add two numbers/ Description Solutions: Solution A: Brute force attack (暴力 ...
分类:其他好文   时间:2018-09-28 19:15:52    阅读次数:197
561条   上一页 1 ... 13 14 15 16 17 ... 57 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!