(Tool usage:
This small tool can help you debug the child process of the dual process conveniently, and you can use the normal debugger to debug the parent process at the same time.
Using help:
1. This tool is to inject the debugger into the parent process of the parent-child process that needs to be debugged to achieve the purpose of debugging the child process.
2. If the parent process of the program that needs to be debugged is not started together with the child process, then we need to manually select the parent process in the list box, and then click "Inject" to start the debugger, and then let the debugger enter the monitoring mode and enter the monitoring The method of the mode is to open any program with a debugger, such as Notepad. At this time, the debugger does not actually enter the debugging state, but does not seem to respond. At this time, we only need to start the child process according to the normal startup method of the child process. , The debugger will automatically enter the debugging state. (E.g. EncryptPE is not s)
3. If the parent process and the child process of the program that need to be debugged are started together, then we only need to click the "O" button, select the program that needs to be debugged, and then enter the command line in the edit box on the right, and then click the "Debug" button, then The tool will automatically start the program and automatically start the debugger. If you do not select automatic monitoring, you can enter the debugging state as long as you open a program process for debugging. (E.g. Armadillo))