码迷,mamicode.com
首页 >  
搜索关键字:side-channel attack    ( 514个结果
Linux Interactive Exploit Development with GDB and PEDA
Exploit Development Process● Occupy EIP● Find the offset(s)● Determine the attack vector● Build the exploit● Test/debug the exploitpeda 是一款由python寫的ex...
分类:数据库   时间:2014-11-03 10:08:27    阅读次数:825
A - Robot Bicorn Attack
DescriptionVasya plays Robot Bicorn Attack.The game consists of three rounds. For each one a non-negative integer amount of points is given. The resul...
分类:其他好文   时间:2014-11-01 13:24:08    阅读次数:157
浅谈CSRF攻击方式
一.CSRF是什么? CSRF(Cross-site request forgery),中文名称:跨站请求伪造,也被称为:one click attack/session riding,缩写为:CSRF/XSRF。二.CSRF可以做什么? 你这可以这么理解CSRF攻击:攻击者盗用了你的身份,以你.....
分类:其他好文   时间:2014-10-29 00:12:14    阅读次数:374
LeetCode--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 distinct solutions to the n-queens puzzle. ...
分类:其他好文   时间:2014-10-28 20:03:53    阅读次数:245
leetcode - 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 distinct solutions to the n-queens puzzle. ...
分类:其他好文   时间:2014-10-26 14:23:18    阅读次数:164
sicily 1172. Queens, Knights and Pawns
DescriptionYou all are familiar with the famous 8-queens problem which asks you to place 8 queens on a chess board so no two attack each other. In thi...
分类:其他好文   时间:2014-10-26 14:17:03    阅读次数:207
[Leetcode] N-Queens
Then-queens puzzle is the problem of placingnqueens on ann×nchessboard such that no two queens attack each other.Given an integern, return all distinc...
分类:其他好文   时间:2014-10-18 07:33:43    阅读次数:263
[LeetCode]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 distinct solutions to the n-queens puzzle...
分类:其他好文   时间:2014-10-12 16:58:58    阅读次数:248
【LeetCode】N-Queens
N-QueensThen-queens puzzle is the problem of placingnqueens on ann×nchessboard such that no two queens attack each other.Given an integern, return all...
分类:其他好文   时间:2014-10-12 15:11:58    阅读次数:263
ZOJ2587 Unique Attack
最小割判断唯一 先跑最大流,然后分别对源点和汇点DFS,记录能到达的点. 如果所有的点都能到达则最小割唯一,否则最小割有多解 Unique Attack Time Limit: 5 Seconds      Memory Limit: 32768 KB N supercomputers in the United States of Antarctica are co...
分类:其他好文   时间:2014-10-10 19:07:24    阅读次数:340
514条   上一页 1 ... 44 45 46 47 48 ... 52 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!