-
-
[原创]向 dwm.exe 注入shellcode 截取屏幕画面
-
发表于:
2022-3-23 12:37
23365
-
[原创]向 dwm.exe 注入shellcode 截取屏幕画面
源码地址: dwm-screen-shot
相关帖:shellcode 生成框架
将shellcode注入dwm.exe 进行DXGI屏幕截取
https://user-images.githubusercontent.com/46841563/159519403-597fb25b-c353-46b6-98a6-90b68e83b263.mp4
shellcode-factory
imgui
Direct3D(...Dx9 Dx10 Dx11 Dx12...)与 DXGI
DWM
VEH hook
多线程下的代码注入
imgui 的代码目的是提供控件和显示截屏结果,代码写的不太优雅....无伤大雅。
/
/
确保你已经安装了VS2019或以上 Make sure u have installed Visual Studio
2019
or
later version
/
/
打开PowerShell并进入一个为项目准备的文件夹,依次输入以下命令, Enter the following commands
in
PowerShell
> git clone https:
/
/
github.com
/
lainswork
/
dwm
-
screen
-
shot.git
> cd dwm
-
screen
-
shot
> git submodule update
-
-
init
-
-
recursive
> cd .
/
build
> devenv dwm
-
screen
-
shot.sln
/
build
"Debug|x64"
/
Project dwm
-
screen
-
shot
> cd ..
/
bin
/
x64
/
Debug
> .\dwm
-
screen
-
shot
/
/
确保你已经安装了VS2019或以上 Make sure u have installed Visual Studio
2019
or
later version
/
/
打开PowerShell并进入一个为项目准备的文件夹,依次输入以下命令, Enter the following commands
in
PowerShell
> git clone https:
/
/
github.com
/
lainswork
/
dwm
-
screen
-
shot.git
> cd dwm
-
screen
-
shot
> git submodule update
-
-
init
-
-
recursive
> cd .
/
build
> devenv dwm
-
screen
-
shot.sln
/
build
"Debug|x64"
/
Project dwm
-
screen
-
shot
> cd ..
/
bin
/
x64
/
Debug
[培训]内核驱动高级班,冲击BAT一流互联网大厂工作,每周日13:00-18:00直播授课