Swap Nodes in Pairs Given a linked list, swap every two adjacent nodes and return its head. For example,Given 1->2->3->4, you should return the list a ...
分类:
其他好文 时间:
2016-12-05 22:35:04
阅读次数:
166
首先:DA是用来读取BCV盘信息的一个模块,每一个device(symbollink)对应一个DA。MA有两种,UMA是用来控制机械臂抓取磁带的;BMA才是用来传递数据的,这里说BMA,是用来接收DA发过来的指令把数据备份到medium(磁带)里的。在备份session中BMA的数量与driver数量一样。一个dri..
分类:
其他好文 时间:
2016-11-30 23:40:54
阅读次数:
371
写驱动程序,编译驱动模块时,出现 “make[1]: Entering directory `/usr/src/linux-headers-2.6.32-5-amd64' /usr /src/linux-headers-2.6.32-5-common/arch/x86 /Makefile:81: s
分类:
其他好文 时间:
2016-03-23 16:52:44
阅读次数:
330
0x00 本文仅解释说明蒸米大神一步一步学ROP之linux_x86篇,读者应先阅读这篇文章,遇到问题再来看我这篇文章。 阅读完这两篇文章后,我们会理解ROP(返回导向编程),DEP(堆栈不可执行),ASLR(内存地址随机化),Stack Protector(栈保护),Memory Leak。 0x01 第一个问题:为什么要构造成”A”*140+ret字符串,这个140是怎么...
分类:
系统相关 时间:
2016-02-19 12:43:23
阅读次数:
346
前言 这是一系列的QQ盗号木马,但是因为这个系列的木马被加上了Themida系列的强壳。所以无法对他是如何获取到QQ号信息进行分析。但是不阻碍我们对他的某些恶意行为的分析 样本信息 加壳信息:Unknown Packer-Protector , 7 sections -> CRC is Set !<...
分类:
其他好文 时间:
2015-07-29 11:59:53
阅读次数:
643
1.1 编译选项为 gcc -fstack-protector-all main.c
#include
int main(void)
{
int i; /* 此时i的声明在数组a之前 */
int a[4];
//int i;
printf("&a=%p,&i=%p\n",&a,&i);
//a[4] = 0;
printf("%d\n", a[4]);
a[5] =...
分类:
其他好文 时间:
2015-06-25 15:45:16
阅读次数:
161
pip 安装pycrypto 报src/MD2.c:31:20: error: Python.h: No such file or directory?错误解决 gcc?-pthread?-fno-strict-aliasing?-pipe?-Wall?-Wp,-D_FORTIFY_SOURCE=2?-fexceptions?-fstack-protector...
分类:
其他好文 时间:
2015-06-18 22:26:09
阅读次数:
756
cc1.exe -fno-stack-protector
分类:
其他好文 时间:
2015-04-17 09:30:27
阅读次数:
388
加密工具,反DUMP,反调试,反编译,加密代码资源内容,混淆流程,变量。Confuser is a protector/obfuscator for .NET, providing great security to .NET Applications.Features: Anti debug...
分类:
Web程序 时间:
2014-12-18 14:59:53
阅读次数:
213
building?‘_imagingft‘?extension?gcc?-pthread?-fno-strict-aliasing?-march=x86-64?-mtune=generic?-O2?-pipe?-fstack-protector?--param=ssp-buffer-size=4?-DNDEBUG?-march=x86-64?-mtune=gene...
分类:
其他好文 时间:
2014-10-31 16:11:08
阅读次数:
128