• Stars
    star
    120
  • Rank 295,983 (Top 6 %)
  • Language
    C++
  • Created about 12 years ago
  • Updated about 12 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Get Windows 7 windows as DirectX textures

DWMaxx2

This library purpose is to extract a valid DirectX 10 texture from any window on Windows 7. Please note that I don't support it anymore, but I released the code for people to use.

See it in action: http://youtu.be/Fpvh16VjrRE http://youtu.be/TQWErKtfpq4

How it works

The library injects itself system wide, but behaves differently depending on which process it's in.

If it's not in the DWM process, it will hook all draws and draw a special pixel in the center of the window containing the HWND encoded in RGB.

If the process is DWM, it will hook itself on DX10's drawing calls and look for this special pixel.

It will then maintain a HWND <--> TextureHandle mapping, allowing the DWMaxx2 API to query it for the texture shared handle for a particular HWND.

How to use

Look at the code in Tutorial07. This is the modified Tutorial 7 from the DX10 SDK, modified to get the texture of a Chrome window (class Chrome_WidgetWin_0), so it should be pretty simple for everyone.

Methods provided:

HRESULT  DwmaxxLoad();
HRESULT  DwmaxxUnload();
BOOL     DwmaxxIsLoaded();

HANDLE   DwmaxxGetWindowSharedHandle(HWND hWnd);
void     DwmaxxGetWindowSharedHandleAsync(HWND hWnd, HWND callbackHwnd);
void     DwmaxxRemoveWindow(HWND hWnd);

More Repositories

1

france.code-civil

Le code civil français sous git
2,656
star
2

angular-seo

SEO for AngularJS apps made easy.
1,060
star
3

plugin.video.pulsar

Pulsar addon for XBMC/Kodi
Python
544
star
4

xbmctorrent

Torrent streaming for XBMC - This project has been replaced by Pulsar
Python
387
star
5

france.code-penal

Le Code pénal français, sous Git
136
star
6

cross-compiler

Dockerfiles for cross compiling environments
Shell
106
star
7

python-lz4

LZ4 bindings for python
C
105
star
8

libtorrent-go

SWIG Go bindings for libtorrent-rasterbar
C++
103
star
9

torrent2http

Torrent to HTTP client for https://github.com/steeve/xbmctorrent
Go
75
star
10

itool

Single binary easy and composable iOS device interaction CLI
Go
72
star
11

france.code-procedure-penale

Le Code de procédure pénale français, sous Git
71
star
12

rupy

Python inside Ruby, the unholy alliance!
Ruby
59
star
13

docker-opencv

OpenCV on Docker
Shell
59
star
14

ToneLoc

Public non-official repository of the famous ToneLoc wardialer
C
49
star
15

pulsar

Pulsar Daemon
Go
47
star
16

script.pulsar.dummy

Dummy sample provider for Pulsar
Python
38
star
17

docker-lemp

nginx + PHP5-FPM + MariaDB + supervisord on Docker
Shell
36
star
18

aml-imgpack

Resource packer/unpacker for Amlogic Logo image files
Python
22
star
19

legifrance2json

Legifrance crawler that dumps JSON out of french legal Codes
19
star
20

ryzentosh

OpenCore Configuration for Ryzen 3950x with ASUS Crosshair VIII Hero (Wi-Fi) X570
Shell
18
star
21

msr605

Python interface for the MSR605 magnetic card reader
Python
17
star
22

dwmaxx

DWM Hacking for Windows Vista! => DEPRECATED, GO TO https://github.com/steeve/dwmaxx2
C
16
star
23

legifrance-go

Go package to manipulate legifrance dump files
Go
15
star
24

libtorrent

Mirror of libtorrent-rasterbar's SVN https://svn.code.sf.net/p/libtorrent/code/
C++
13
star
25

macos-virt

Toying around virtualising macOS for development purposes
Go
11
star
26

oculusstreetview

Fork of Oculus Street View to work with vr.js
JavaScript
11
star
27

cascading.cassandra

Cassandra Tap for Cascading!
9
star
28

seastar-rs

Experimenting with seastar and rust
Rust
8
star
29

broadcaster

Broadcast (one to many, fanout) messaging with payloads for Go
Go
7
star
30

docker-i2p

i2prouter in docker (work in progress)
Shell
3
star
31

xbmctorrent-repo

Repository for XBMCtorrent
Go
3
star
32

docker-svn2git

svn2git Docker image
2
star
33

docker-heka

Heka in a container
2
star
34

bazel_libcpp_android_issue

Python
1
star
35

steeve.github.io

My blog
HTML
1
star
36

scrapy-lxmlselector

Lxml Selector for Scrapy
1
star
37

seastar-bazel

Experiments in building a seastar app with bazel
1
star
38

quivotequoi

4tehlulz
JavaScript
1
star