Skip to content

Latest commit

 

History

History
3 lines (2 loc) · 379 Bytes

File metadata and controls

3 lines (2 loc) · 379 Bytes

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.

这就是个简单的输出线程开始地址的程序,但是线程的起始地址会告诉我们很多信息,如果你愿意的话还可以上反编译器,有的时候会有奇效。