Replies: 1 comment 1 reply
-
Hi, |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi.
I'm currently maintaining DxWnd.exe, a Win32 program that injects a Win32 dll (dxwnd.dll) into Win32 program (usually video-games) to perform a wide set of tricks.
I know that it would be possible to replicate the same idea on a Win64 environment, building a Win64 program that inject a Win64 dll etc. etc.
But this would require a big effort to rewrite the GUI program and would also make it harder to use the tool because any user should be aware of the nature of the target program to run the proper GUI (n.d.r. this is actually an excuse, the main reason is that I'm lazy and I'm not going to rewrite all this GUI code).
The current Win32 GUI could easily detect the nature of the target program, but I wonder if it could be possible for a Win32 program to inject a Win64 dll.
Any suggestion?
Beta Was this translation helpful? Give feedback.
All reactions