ThreadStartAddress tries to print start address of a thread.Sometimes the start address is the beginning of LoadLibrary or something like that,which infers a start of an injection action.
这就是个简单的输出线程开始地址的程序,但是线程的起始地址会告诉我们很多信息,如果你愿意的话还可以上反编译器,有的时候会有奇效。