dll writing

Mar 11, 2012 at 7:38am
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
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
Topic archived. No new replies allowed.