上一页 1 2 3 4 5 6 ··· 8 下一页
摘要: UACMe – Defeat Windows User Account Control (UAC) https://github.com/hfiref0x/UACME MiniHook Lib project https://github.com/TsudaKageyu/minhook CrackM 阅读全文
posted @ 2018-01-31 13:53 m4sterx 阅读(179) 评论(0) 推荐(0) 编辑
摘要: 反检测技术之反病毒检测 http://pferrie.host22.com/papers/antidebug.pdf https://paper.seebug.org/222/ https://pentest.blog/art-of-anti-detection-1-introduction-to- 阅读全文
posted @ 2018-01-30 14:29 m4sterx 阅读(747) 评论(0) 推荐(0) 编辑
摘要: To get 32-bit PEB from 32-bit process: BYTE* _teb = (BYTE*)__readfsdword(0x18); PEB32* _peb = *(PEB32**)(_teb + 0x30); To get 64-bit PEB from 64-bit p 阅读全文
posted @ 2018-01-29 16:16 m4sterx 阅读(1528) 评论(2) 推荐(0) 编辑
摘要: 分析你想net1.exe user 命令时看到的函数,应该和domain 和 DC域控有关的,先保存起来有空分析 DsRoleGetPrimaryDomainInformation DsGetDcNameW 阅读全文
posted @ 2017-12-28 14:29 m4sterx 阅读(215) 评论(0) 推荐(0) 编辑
摘要: #include "stdafx.h" #include #include #include #pragma comment(lib,"IPHlpApi.lib") using namespace std; BOOL GetLocalAdaptersInfo() { //IP_ADAPTER_INFO结构体 PIP_ADAPTER_INFO pIpAdapterInfo ... 阅读全文
posted @ 2017-12-27 16:03 m4sterx 阅读(1140) 评论(0) 推荐(0) 编辑
摘要: 1 #include // Standard C++ library for console I/O 2 #include // Standard C++ Library for string manip 3 4 #include // WinAPI Header 5 #include //WinAPI Process API 6 7 8 // us... 阅读全文
posted @ 2017-12-12 14:32 m4sterx 阅读(518) 评论(0) 推荐(0) 编辑
摘要: string Test3DES() { string key = "12656b2e4ba2f22e"; HCRYPTPROV hCryptProv = NULL; HCRYPTHASH hHash = NULL; HCRYPTKEY hCryptKey = NULL; char pIV[] = "d566... 阅读全文
posted @ 2017-10-27 16:16 m4sterx 阅读(726) 评论(0) 推荐(0) 编辑
摘要: (16×16)做些工具栏和菜单栏以及状态栏图标最合适不过了 iconset:fugue-icons-16px http://www.easyicon.net/language.en/iconsearch/iconset:Fugue-Icons-16px/ https://www.easyicon.n 阅读全文
posted @ 2017-10-23 10:42 m4sterx 阅读(511) 评论(0) 推荐(0) 编辑
摘要: windows获取系统网络流量 http://blog.csdn.net/rongxiaojun1989/article/details/42395687 MIB_IFROW Structure http://blog.csdn.net/wzsong123/article/details/65299 阅读全文
posted @ 2017-09-21 13:45 m4sterx 阅读(299) 评论(0) 推荐(0) 编辑
摘要: https://support.bcgsoft.com/KB/View/37-how-can-i-add-a-library-to-my-static-mfc-project How can I add a library to my static MFC project? You need to 阅读全文
posted @ 2017-06-06 10:00 m4sterx 阅读(244) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 ··· 8 下一页