09 2016 档案

摘要:#pwntools # github https://github.com/Gallopsled/pwntools 在线帮助文档 https://docs.pwntools.com/en/stable/commandline.html#cyclic https://demo.pwntools.com 阅读全文
posted @ 2016-09-30 10:15 m4sterx 阅读(190) 评论(0) 推荐(0) 编辑
摘要:#文件处理软件漏洞利用# ##起因## 最近看了下fuzz平台的样本,看到几个推荐的样本,在xp下immdbg确实发现了2处漏洞。 ## 细节 ## 1. 内存写入 mov [eax],[eax+4] mov[[eax]+4],[eax] 触发了内存写入异常,附近有seh ,所以如果没调试器的话会被 阅读全文
posted @ 2016-09-28 11:07 m4sterx 阅读(252) 评论(0) 推荐(0) 编辑
摘要:# 收藏的小代码片段 # ## 当前时间转 Unix time (timespan ) ## time_t timesp; // 0x00000000324ae141 time(&timesp); int d = timesp ; char* pszTimesp = asctime(gmtime(& 阅读全文
posted @ 2016-09-22 15:55 m4sterx 阅读(163) 评论(0) 推荐(0) 编辑
摘要:# duilib开发中收集的小代码 # ## 1 窗体创建 ## - 窗体多继承于 public WindowImplBase ,简单的定义几个函数就可以实现:拖曳caption移动(设置xml窗体的Caption:0,0,0,30);拖动边框调整大小(xml中的SizeBox);利用CWndSha 阅读全文
posted @ 2016-09-19 19:24 m4sterx 阅读(508) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示