A simple program that list all thread's base address based on process's name
Pass command process id (PID) in decimal as a command line argument. The program will output all thread's base addresses.
Make sure that a target process is opened before passing an argument.