ShellCode 好文 Windows Shellcode学习笔记——通过VisualStudio生成shellcode 1powershell.exe Invoke-WebRequest -Uri 'https://10.218.80.215/client/360EPP145433958[10.218.80.215-8080]-W.exe' -OutFile '%temp%/360 2023-10-27 A_OS > Windows > ShellCode #Windows #code/shellcode
RT_MAINFEST 文件 概述: MAINFEST文件说明及相关使用 2023-10-27 A_OS > Windows > 文件与结构体 #Windows #PE #Windows/dll #Windows/exe
windows进程间通信整理 概述:windows进程间通信的各种方式 graph LR A(windows进程间通信) --> B["管道(pipe)"] A --> C["邮件槽(Mailslots)"] A --> D["文件映射(fileMapping)"] A --> E["信号量(Semaphore)"] A --> F["信号(signal)"] A --> G["套接字(Socket)"] A --> H 2023-10-27 A_OS > Windows > IPC #Windows #IPC
【GetLastError】126 概述:LoadLibrary加载失败,返回126,解决方法。 2023-10-27 A_OS > Windows > 异常及错误处理 > GetLastError #Windows
【WIN】Detours的使用 概述:Detours 的说明和简单使用 Detours Detours 是微软提供的一套工具,主要用于win32 API的拦截 Github:microsoft/Detours: Detours is a software package for monitoring and instrumenting API calls on Windows. It is distributed in s 2023-10-27 A_OS > Windows > 工具 #hook #Detours
【WINAPI】系统获取系统主机域名 概述:windows 操作系统下获取主机域名|获取域名|获取域中域控制器名称 2023-10-27 A_OS > Windows > API #Windows #winapi
【winapi】删除文件夹下所有文件 概述: 调用 Windows API 遍历、删除文件,涉及到的API接口: deletefile、RemoveDirectory、MoveFileExA、 2023-10-27 A_OS > Windows > API #API #Windows/文件