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.
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.