1

ProcessThread.StartAddress is the memory address of the function that the operating system called that started this thread.

How I get the function name and Module name?

for get function name I found SymFromAddr but for Module name I need help.

codeDom
  • 1,623
  • 18
  • 54
  • 1
    You can just hard-code it. The module name is ntdll.dll, the function name is RtlUserThreadStart(). ProcessThread.StartAddress is only useful in old Windows versions, XP was the last one. – Hans Passant Sep 21 '15 at 18:00

0 Answers0