Hi,
Sorry if this is a too much noob question, but i've hooked a function in another process successfully with dll injection, no problem 'til now, but what if i want to create a window into the hooked process, pause the execution flow, and wait for the user to put something in a textbox and click a button to continue the execution flow, i dont know how to do it because probably another thread is going to create the window, would setting a hardware breakpoint instead of ring3 hooking a good option to solve this problem?
thanks
Sorry if this is a too much noob question, but i've hooked a function in another process successfully with dll injection, no problem 'til now, but what if i want to create a window into the hooked process, pause the execution flow, and wait for the user to put something in a textbox and click a button to continue the execution flow, i dont know how to do it because probably another thread is going to create the window, would setting a hardware breakpoint instead of ring3 hooking a good option to solve this problem?
thanks