Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pgkt04/swapchain-finder
searches the current process for a swapchain pointer
https://github.com/pgkt04/swapchain-finder
Last synced: about 2 months ago
JSON representation
searches the current process for a swapchain pointer
- Host: GitHub
- URL: https://github.com/pgkt04/swapchain-finder
- Owner: pgkt04
- License: mit
- Created: 2020-12-18T19:04:17.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2021-09-30T10:31:09.000Z (about 3 years ago)
- Last Synced: 2024-06-21T13:22:29.382Z (6 months ago)
- Language: C++
- Size: 28.3 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# swapchain-finder
searches the target process for swapchain pointers# what is it used for?
this searches the process for a swapchain the process has created, allowing us to do VMT hook, pointer scan for static addresses, etc.# example
![r6-example](https://github.com/qtKite/swapchain-finder/blob/main/resources/r6-example.png?raw=true)