cplusplus
.com
TUTORIALS
REFERENCE
ARTICLES
FORUM
user name:
password:
Forgot your password?
please wait
try again
cancel
forgot your password?
sign up
log in
[Legacy version]
C++
Tutorials
Reference
Articles
Forum
Forum
Beginners
Windows Programming
UNIX/Linux Programming
General C++ Programming
Lounge
Jobs
Forum
General C++ Programming
dll writing
dll writing
Mar 11, 2012 at 7:38am
Mar 11, 2012 at 7:38am UTC
codrgi
(63)
i have made a dll that is to inject into a process, the dll is using detours to hook onto the program, but i'm not sure how you are able to write into the exe memory using the dll, does anyone know how this is done?
Mar 11, 2012 at 9:56am
Mar 11, 2012 at 9:56am UTC
Stewbond
(2827)
Could you pass the address of the memory block to be written to the DLL as an argument when calling one of the DLLs functions?
Last edited on
Mar 11, 2012 at 9:57am
Mar 11, 2012 at 9:57am UTC
Topic archived. No new replies allowed.