-
Hello there,
Thank you for putting this code together. I was having trouble understanding with one thing though; how do I get the correct memory offset for a particular game? I'm assuming I have to…
-
I'm figuring out how to call back into a hooked application from inside a hooked function. Currently I'm hooking into Qt functions to retrieve data from an application for statistical analysis which I…
-
i use different function signature for call but program failed after some call. what is wrong? function signature, easyhook or something else? why hooking work in some call and failed after.
i use sa…
-
# Frame Analysis - Control
A review of the rendering architecture of Control, reviewing their ray tracer, rendering architecture, and technical art direction.
[https://alain.xyz/blog/frame-analysis-…
-
With the 1.2.1 update, [Pro Pinball now supports hooking into hardware events](https://www.pro-pinball.com/forum/viewtopic.php?f=22&t=778). It makes use of [Boost's message queue](http://www.boost.org…
-
## Bevy version
0.12.1
## \[Optional\] Relevant system information
Win11
## What you did
Try to run `program.exe` from either the `target/debug` or the `target/debug/deps` folder.
##…
-
```
// cargo +stable-i686-pc-windows-msvc run
use std::ffi::c_void;
use windows::{
core::PCSTR,
s,
Win32::{
Foundation::HWND,
System::{
Diagnostics…
-
# Proposal: Loosen Import Redirection (1809+) restrictions for Desktop Application use
## Summary
[Import Redirection](https://stackoverflow.com/a/59135055), a feature introduced in Windows 10 ver…
-
### Problem Description
I need to inject a managed DLL into a managed (.NET core) process and execute the entry method. Maybe dnSpyEx already supports this? I couldn't find it
### Proposal
When deb…
-
So far I've tried:
`proxychains_win32_x64 cmd /c start [/wait] netflix:`
`proxychains_win32_x64 explorer netflix:`
this method works for win32 applications such as chrome, msedge
but it is not w…