论安全萌新的自我修养

   :: 首页  :: 新随笔  :: 联系 :: 订阅 订阅  :: 管理

2021年2月12日

摘要: #include <Windows.h> #include <stdio.h> using namespace std; #pragma comment(linker,"/subsystem:\"Windows\" /entry:\"mainCRTStartup\"") int main(int a 阅读全文
posted @ 2021-02-12 12:14 Yangsir34 阅读(163) 评论(0) 推荐(0) 编辑

摘要: #include <Windows.h> #include <stdio.h> using namespace std; //核心VirtualAlloc分配内存,memcpy将shellcode丢入内存中,最后执行shellcode int main(int argc, char **argv) 阅读全文
posted @ 2021-02-12 12:13 Yangsir34 阅读(282) 评论(0) 推荐(0) 编辑

摘要: http请求大多包含在winhttp.h内,流程如下 WinHttpOpen函数-返回winhttp-session句柄 https://docs.microsoft.com/en-us/windows/win32/api/winhttp/nf-winhttp-winhttpopen WINHTTP 阅读全文
posted @ 2021-02-12 12:09 Yangsir34 阅读(871) 评论(0) 推荐(0) 编辑