自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(4)
  • 资源 (10)
  • 收藏
  • 关注

原创 PEB结构

PEB进程环境快,下面是其一些结构//===============================================================================================//typedef struct _UNICODE_STR{ USHORT Length; USHORT MaximumLength; PWSTR pB

2015-01-25 23:43:14 6157

原创 _ReturnAddress 使用

msdn:The _ReturnAddress intrinsic provides the address of the instruction in the calling function that will be executed after control returns to the caller._ReturnAddress 返回当前调用函数返回的地址,即函数吓一跳指

2015-01-24 22:12:21 7470

转载 Evade antivirus convert shellcode to c

Evade antivirus convert shellcode to cPosted: February 4, 2013 in general, securityTags: antivirus, bypass, evade, meterpreter stager, shellcode12So another way to have a meterpreter

2015-01-20 23:46:55 1273

原创 windbg kp kb 命令测试

为了熟悉windbg kb,kp命令,写一段简单的程序调试观察,程序如下:#include #include void printstr(char *str, int b){ printf("xxx b is :%d\n",b);}int kbtest(int a){ char str[] = "xxxxxxxxxx"; printstr(str, a); return

2015-01-10 01:22:38 6687 1

网络安全+程序代理+流量转发+Proxifier

网络安全+程序代理+流量转发+Proxifier

2024-06-18

sshwbemhelpers.h

pr.exe 编译所需

2014-09-14

vs2012 opensll 完全配置

包含vs2010配置openssl所需要的所有文件,并附上完整步骤

2012-11-21

Metasploit 渗透测试指南

Metasploit 渗透测试指南 超级牛的渗透工具

2012-08-22

Q版缓冲区溢出

缓冲区溢出的入门书,很好的入门书哦!希望大家学得开心,

2012-03-26

matlab学习资源

matlab学习的好资源,共初学者学习使用

2011-03-14

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除