摘要:
UACMe – Defeat Windows User Account Control (UAC) https://github.com/hfiref0x/UACME MiniHook Lib project https://github.com/TsudaKageyu/minhook CrackM 阅读全文
摘要:
反检测技术之反病毒检测 http://pferrie.host22.com/papers/antidebug.pdf https://paper.seebug.org/222/ https://pentest.blog/art-of-anti-detection-1-introduction-to- 阅读全文
摘要:
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 阅读全文
摘要:
分析你想net1.exe user 命令时看到的函数,应该和domain 和 DC域控有关的,先保存起来有空分析 DsRoleGetPrimaryDomainInformation DsGetDcNameW 阅读全文
摘要:
#include "stdafx.h" #include #include #include #pragma comment(lib,"IPHlpApi.lib") using namespace std; BOOL GetLocalAdaptersInfo() { //IP_ADAPTER_INFO结构体 PIP_ADAPTER_INFO pIpAdapterInfo ... 阅读全文
摘要:
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... 阅读全文
摘要:
string Test3DES() { string key = "12656b2e4ba2f22e"; HCRYPTPROV hCryptProv = NULL; HCRYPTHASH hHash = NULL; HCRYPTKEY hCryptKey = NULL; char pIV[] = "d566... 阅读全文
摘要:
(16×16)做些工具栏和菜单栏以及状态栏图标最合适不过了 iconset:fugue-icons-16px http://www.easyicon.net/language.en/iconsearch/iconset:Fugue-Icons-16px/ https://www.easyicon.n 阅读全文
摘要:
windows获取系统网络流量 http://blog.csdn.net/rongxiaojun1989/article/details/42395687 MIB_IFROW Structure http://blog.csdn.net/wzsong123/article/details/65299 阅读全文
摘要:
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 阅读全文